X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fgod_commands.h;h=bfe7454bffbf893056db888d4e9aa7dbf7958a51;hb=ac7521c1d40b86cd7d33cef590353692542fa0a4;hp=7899b20c6ced2630a3164f8f188fa91811dc3313;hpb=3dedf6344c941891491773d1cc5d647aa664b218;p=plomrogue diff --git a/src/server/god_commands.h b/src/server/god_commands.h index 7899b20..bfe7454 100644 --- a/src/server/god_commands.h +++ b/src/server/god_commands.h @@ -1,16 +1,19 @@ /* src/server/god_commands.h + * + * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 + * or any later version. For details on its copyright, license, and warranties, + * see the file NOTICE in the root directory of the PlomRogue source package. * * God commands and their interpretation by the server. */ - - #ifndef GOD_COMMANDS_H #define GOD_COMMANDS_H #include /* uint8_t */ + /* Parse/apply god command "tok0" with argument "tok1", "tok2" etc. . */ extern uint8_t parse_god_command_1arg(char * tok0, char * tok1); extern uint8_t parse_god_command_2arg(char * tok0, char * tok1, char * tok2);