tennis.map: Texture tweak
[neverball] / ball / st_conf.h
1 #ifndef ST_CONF_H
2 #define ST_CONF_H
3
4 #include "state.h"
5
6 extern struct state st_conf;
7 extern struct state st_null;
8
9 extern struct state st_conf_video;
10
11 #endif