Deny playing bonus levels in any mode, including challenge mode. Todo: inform the...
[neverball] / ball / st_save.h
1 #ifndef ST_SAVE_H
2 #define ST_SAVE_H
3
4 #include "state.h"
5
6 int goto_save(struct state *, struct state *);
7
8 #endif