Add a "idle" method to the state structure
[neverball] / putt / st_conf.h
1 #ifndef ST_CONF_H
2 #define ST_CONF_H
3
4 #include "state.h"
5
6 extern struct state st_conf;
7 extern struct state st_null;
8
9 #endif