Register an inapplicable score as "unqualified" (4th row in the table)
[neverball] / ball / st_time_out.h
1 #ifndef ST_TIME_OUT_H
2 #define ST_TIME_OUT_H
3
4 #include "state.h"
5
6 extern struct state st_time_out;
7
8 #endif