Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273504 | Differences between
and this patch

Collapse All | Expand All

(-)hangman-0.9.2.orig/src/ShiftyEngine.h (-1 / +1 lines)
Lines 65-75 Link Here
65
void SE_Quit             ();
65
void SE_Quit             ();
66
66
67
void SE_SetBackground    (char * filename);
67
void SE_SetBackground    (char * filename);
68
void SE_SetName          (char * name);
68
void SE_SetName          (char * name);
69
69
70
//void SE_CheckEvents      ();
70
extern void SE_CheckEvents      ();
71
void SE_GameLoop         ();
71
void SE_GameLoop         ();
72
void SE_Print            (int x, int y, char * text, SDL_Color color, TTF_Font * font, 
72
void SE_Print            (int x, int y, char * text, SDL_Color color, TTF_Font * font, 
73
			  SDL_Surface * surface, int clear);
73
			  SDL_Surface * surface, int clear);
74
void SE_RegisterButton   (char * name, int x, int y, int w, int h, int * cond, void (*handler)());
74
void SE_RegisterButton   (char * name, int x, int y, int w, int h, int * cond, void (*handler)());
75
//void SE_UnregisterButton (char * name);
75
//void SE_UnregisterButton (char * name);

Return to bug 273504