Remove SOL body flags
[neverball] / share / solid_cmd.h
1 #ifndef SOLID_CMD_H
2 #define SOLID_CMD_H
3
4 #include "cmd.h"
5
6 extern int sol_cmd_defer;
7
8 void sol_cmd_enq(const union cmd *);
9 void sol_cmd_enq_deferred(void);
10 void sol_cmd_enq_func(void (*enq_fn) (const union cmd *));
11
12 #endif