summaryrefslogtreecommitdiffstats
path: root/src/script/cbottoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/cbottoken.h')
-rw-r--r--src/script/cbottoken.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/cbottoken.h b/src/script/cbottoken.h
index 2093d39..ff06fa7 100644
--- a/src/script/cbottoken.h
+++ b/src/script/cbottoken.h
@@ -29,8 +29,8 @@ 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 bool IsType(const char *token);
+extern bool IsFunction(const char *token);
extern char* RetHelpText(const char *token);