functions that do not modify data take const char* as argument
git-svn-id: svn://svn.cc65.org/cc65/trunk@848 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
GEOS mouse and sprite functions
|
||||
|
||||
ported to small C on 27.10.1999
|
||||
by Maciej 'YTM/Alliance' Witkowiak
|
||||
by Maciej 'YTM/Elysium' Witkowiak
|
||||
*/
|
||||
|
||||
#ifndef _GSPRITE_H
|
||||
@@ -14,7 +14,7 @@ void __fastcall__ MouseUp(void);
|
||||
void __fastcall__ MouseOff(void);
|
||||
char __fastcall__ IsMseInRegion(struct window *region);
|
||||
|
||||
void __fastcall__ DrawSprite(char spritenum, char *spritepic);
|
||||
void __fastcall__ DrawSprite(char spritenum, const char *spritepic);
|
||||
void __fastcall__ PosSprite(char spritenum, struct pixel *position);
|
||||
void __fastcall__ EnablSprite(char spritenum);
|
||||
void __fastcall__ DisablSprite(char spritenum);
|
||||
|
||||
Reference in New Issue
Block a user