Assume map compatibility by default if client's map version is 1
[neverball] / ball / st_title.h
1 #ifndef ST_TITLE_H
2 #define ST_TITLE_H
3
4 #include "state.h"
5
6 extern struct state st_title;
7
8 #endif