Split SOL data structures into base, varying and rendering parts
[neverball] / ball / st_pause.h
1 #ifndef ST_PAUSE_H
2 #define ST_PAUSE_H
3
4 #include "state.h"
5
6 extern struct state st_pause;
7
8 #endif