27 extern unsigned int fontSize;
28 extern bool dialogBoxExists;
29 extern unsigned char dialogOptChosen;
42 void setFontFace(
const char *ttf);
43 void setFontSize(
unsigned int size);
49 float putStringCentered(
const float x,
const float y,
const char *s);
55 float putText(
const float x,
const float y,
const char *str,...);
63 void dialogBox(
const char *name,
const char *opt,
const char *text,...);
64 void waitForDialog(
void);
70 void importantText(
const char *text,...);
81 void handleEvents(
void);
87 void toggleBlack(
void);
float y
Definition: world.h:88