Fixed the problem that in a rare case, a set is downloaded and the neverballrc is...
[neverball] / ball / st_level.h
1 #ifndef ST_LEVEL_H
2 #define ST_LEVEL_H
3
4 #include "state.h"
5
6 extern struct state st_level;
7 extern struct state st_poser;
8
9 #endif