summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
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