]> git.sur5r.net Git - cc65/blob - libsrc/mouse/mouse_getbox.s
Remove trailings spaces from CBM-related asm files
[cc65] / libsrc / mouse / mouse_getbox.s
1 ;
2 ; Ullrich von Bassewitz, 2009-09-26
3 ;
4 ; void __fastcall__ mouse_getbox (struct mouse_box* box);
5 ; /* Get the current bounding box for the mouse pointer movement. */
6 ;
7 ;
8
9         .include        "mouse-kernel.inc"
10
11         _mouse_getbox    := mouse_getbox        ; Call driver directly
12
13