Assume map compatibility by default if client's map version is 1
[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