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