]> git.sur5r.net Git - cc65/blob - libsrc/geos/mousesprite/getnextchar.s
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / libsrc / geos / mousesprite / getnextchar.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 21.12.99
6
7 ; char GetNextChar (void);
8 ;       note that if it returns 0 (FALSE) then no characters are available
9
10             .export _GetNextChar
11
12             .include "../inc/jumptab.inc"
13
14 _GetNextChar = GetNextChar