Add a new widget: a 'maybe' button :)
[neverball] / ball / st_fail.h
1 #ifndef ST_FAIL_H
2 #define ST_FAIL_H
3
4 #include "state.h"
5
6 extern struct state st_fall_out;
7 extern struct state st_time_out;
8
9 #endif