Home
last modified time | relevance | path

Searched refs:cmdFunction_t (Results 1 – 2 of 2) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DCmdSystem.h68 typedef void (*cmdFunction_t)( const idCmdArgs &args ); typedef
82 …virtual void AddCommand( const char *cmdName, cmdFunction_t function, int flags, const char *desc…
H A DCmdSystem.cpp49 cmdFunction_t function;
61 …virtual void AddCommand( const char *cmdName, cmdFunction_t function, int flags, const char *des…
369 void idCmdSystemLocal::AddCommand( const char *cmdName, cmdFunction_t function, int flags, const ch… in AddCommand()