1 /* src/server/god_commands.h
3 * God commands and their interpretation by the server.
11 #include <stdint.h> /* uint8_t */
14 /* Parse/apply god command "tok0" with argument "tok1". */
15 extern uint8_t parse_god_command_1arg(char * tok1, char * tok2);