Assume map compatibility by default if client's map version is 1
[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