More docstring clean-up. Renamed REPLAY_VERSION to DEMO_VERSION.
[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