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