Use GLES 1.1
[neverball] / ball / st_help.h
1 #ifndef ST_HELP_H
2 #define ST_HELP_H
3
4 #include "state.h"
5
6 extern struct state st_help;
7 extern struct state st_help_demo;
8
9 #endif