Correct logic of BSP back/front tests
[neverball] / ball / st_fall_out.h
1 #ifndef ST_FALL_OUT_H
2 #define ST_FALL_OUT_H
3
4 #include "state.h"
5
6 extern struct state st_fall_out;
7
8 #endif
9