Fixed the problem that in a rare case, a set is downloaded and the neverballrc is...
[neverball] / ball / st_name.h
1 #ifndef ST_NAME_H
2 #define ST_NAME_H
3
4 #include "state.h"
5
6 extern struct state st_name;
7
8 int goto_name(struct state *, struct state *, unsigned int);
9
10 #endif