Added Grow coin textures, and fixed small grow bug.
[neverball] / ball / st_demo.h
1 #ifndef ST_DEMO_H
2 #define ST_DEMO_H
3
4 #include "state.h"
5
6 extern struct state st_demo;
7
8 int goto_demo_play(int);
9
10 #endif