summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-13 22:13:02 +0000
committerdominik <dominik@openttd.org>2004-12-13 22:13:02 +0000
commita9972399c52f0d91f089ba3ab928edf9442fd10f (patch)
treedf6851231a3a11c8edcb40e9a5f23e0d49268d46 /console.h
parent77e882c3bd01976039b01c1c662f2e61fc10f132 (diff)
downloadopenttd-a9972399c52f0d91f089ba3ab928edf9442fd10f.tar.xz
(svn r1077) Implements scripts/autoexec.scr to get executed on game starting (sign_de)
- %! allows to merge alias parameters - \% allows to use % in alias strings - "alias" command now overwrites the old alias list entry
Diffstat (limited to 'console.h')
-rw-r--r--console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/console.h b/console.h
index 6565032c5..fd4c45ea1 100644
--- a/console.h
+++ b/console.h
@@ -85,6 +85,8 @@ typedef struct _iconsole_alias {
void* _next;
} _iconsole_alias;
+_iconsole_alias* IConsoleAliasGet(const char* name);
+
// ** console parser ** //
_iconsole_cmd* _iconsole_cmds; // list of registred commands