Add a new widget: a 'maybe' button :)
[neverball] / ball / st_title.h
1 #ifndef ST_TITLE_H
2 #define ST_TITLE_H
3
4 #include "state.h"
5
6 extern struct state st_title;
7 extern struct state st_help;
8
9 #endif