X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fcommand_db.h;h=866f5e34a577eaba89ccd38b2381f83835a6598b;hb=60a77cb1894c678fff62840dc6b24931d839f820;hp=bbc60f49e32be83ff39a899ef27168391c33d422;hpb=7290dec4219eaa2325aa00ef6139f715743dba3a;p=plomrogue diff --git a/src/command_db.h b/src/command_db.h index bbc60f4..866f5e3 100644 --- a/src/command_db.h +++ b/src/command_db.h @@ -36,8 +36,6 @@ extern uint8_t get_command_id(char * dsc_short); /* Give short description of command ("dsc_short"), get long description. */ extern char * get_command_longdsc(char * dsc_short); - - /* Read in CommandDB from file "config/commands" to world.cmd_db. */ extern void init_command_db();