Boring clean-up: there are some things 'indent' is really not good at.
[neverball] / ball / st_set.h
1 #ifndef ST_SET_H
2 #define ST_SET_H
3
4 #include "state.h"
5
6 extern struct state st_set;
7
8 #endif