console_cmds.h
author darkvater
Sun, 12 Sep 2004 17:37:37 +0000
changeset 216 1be476b97e32
parent 205 49e96fd94d63
child 220 dc1710f96b39
permissions -rw-r--r--
(svn r217) -Fix: remove warning and simplify loop network_gui.c (Tron)
#ifndef CONSOLE_CMDS_H
#define CONSOLE_CMDS_H

/* Console_CMDS.h is the placeholder of all the console commands
 * that will be added to the game. Register the command in
 * * console.c IConsoleStdLibRegister;
 * then put the command in the appropiate place (eg. where it belongs, stations
 * stuff in station_cmd.c, etc.), and add the function decleration here.
 */

_iconsole_var * IConsoleResetEngines(byte argc, byte* argv[], byte argt[]);

#endif /* CONSOLE_CMDS_H */