Skip to content

Commit

Permalink
Added Con_IsValidCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 2, 2003
1 parent b52caeb commit 0450c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/Include/con_console.h
Expand Up @@ -38,6 +38,7 @@ void Con_AddVariable(cvar_t *var);
void Con_AddCommandList(ccmd_t *cmdlist);
void Con_AddVariableList(cvar_t *varlist);
ccmd_t *Con_GetCommand(const char *name);
boolean Con_IsValidCommand(const char *name);
void Con_UpdateKnownWords(void);
void Con_Ticker(void);
boolean Con_Responder(event_t *event);
Expand Down

0 comments on commit 0450c27

Please sign in to comment.