]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/mousesprite/ismseinregion.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / mousesprite / ismseinregion.s
1 ;
2 ; Maciej 'YTM/Elysium' Witkowiak
3 ;
4 ; 21.12.1999, 2.1.2003
5
6 ; char IsMseInRegion (struct window *mywindow);
7
8             .import _InitDrawWindow
9             .export _IsMseInRegion
10             
11             .include "jumptab.inc"
12
13 _IsMseInRegion:
14         jsr _InitDrawWindow
15         jsr IsMseInRegion
16         ldx #0
17         rts