X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=src%2Fcommand_db.h;h=866f5e34a577eaba89ccd38b2381f83835a6598b;hb=f89ac30f0907973b8aa858b053d38eec8e8f5bbf;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();