Fixed the problem that in a rare case, a set is downloaded and the neverballrc is...
[neverball] / ball / st_shared.h
1 #ifndef ST_SHARED_H
2 #define ST_SHARED_H
3
4 void shared_leave(int id);
5 void shared_paint(int id, float st);
6 void shared_timer(int id, float dt);
7 int  shared_point_basic(int id, int x, int y);
8 void shared_point(int id, int x, int y, int dx, int dy);
9 int  shared_stick_basic(int id, int a, int v);
10 void shared_stick(int id, int a, int v);
11 void shared_angle(int id, int x, int z);
12 int  shared_click(int b, int d);
13
14
15 #endif /* ST_SHARED_H */