Fix filling in demo name on Windows. The last directory delimiter will always
[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