WIP: Vibra support
[neverball] / ball / st_save.h
1 #ifndef ST_SAVE_H
2 #define ST_SAVE_H
3
4 #include "state.h"
5
6 extern struct state st_save;
7 extern struct state st_clobber;
8
9 int goto_save(struct state *, struct state *);
10
11 #endif