| 338 | } |
| 339 | |
| 340 | static void AddCheat(void) |
| 341 | { |
| 342 | AddCheatParam(0,0); |
| 343 | } |
| 344 | |
| 345 | static int lid; |
| 346 | static int clistcallb(const char *name, uint32 a, uint8 v, int compare, int s, int type, void *data) |
nothing calls this directly
no test coverage detected