예제 #1
0
void JE_HBox( JE_word x, JE_word y, JE_byte messagenum, JE_byte boxwidth )
{
	JE_helpBox(x, y, helpTxt[messagenum-1], boxwidth);
}
예제 #2
0
void JE_HBox( SDL_Surface *screen, int x, int y, unsigned int  messagenum, unsigned int boxwidth )
{
	JE_helpBox(screen, x, y, helpTxt[messagenum-1], boxwidth);
}