Fix filling in demo name on Windows. The last directory delimiter will always
[neverball] / ball / st_start.h
1 #ifndef ST_START_H
2 #define ST_START_H
3
4 #include "state.h"
5
6 extern struct state st_start;
7
8 int goto_end_level(void);
9
10 #endif