Prettying up code, Part Two. I think Ball's done. Hope I didn't break things.
[neverball] / ball / st_over.h
1 #ifndef ST_OVER_H
2 #define ST_OVER_H
3
4 #include "state.h"
5
6 extern struct state st_over;
7
8 #endif