Fixed - Enforced 80-character maximum on demo.c
[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