summaryrefslogtreecommitdiffstats
path: root/src/cbottoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cbottoken.h')
-rw-r--r--src/cbottoken.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/cbottoken.h b/src/cbottoken.h
new file mode 100644
index 0000000..34c391c
--- /dev/null
+++ b/src/cbottoken.h
@@ -0,0 +1,24 @@
+// cbottoken.h
+
+#ifndef _CBOTTOKEN_H_
+#define _CBOTTOKEN_H_
+
+
+
+enum ObjectType;
+
+
+
+// Procédures.
+
+extern char* RetObjectName(ObjectType type);
+extern char* RetObjectAlias(ObjectType type);
+extern char* RetHelpFilename(ObjectType type);
+extern char* RetHelpFilename(const char *token);
+extern BOOL IsType(const char *token);
+extern BOOL IsFunction(const char *token);
+extern char* RetHelpText(const char *token);
+
+
+
+#endif //_CBOTTOKEN_H_