summaryrefslogtreecommitdiffstats
path: root/src/CBot/CBotToken.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/CBotToken.h')
-rw-r--r--src/CBot/CBotToken.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CBot/CBotToken.h b/src/CBot/CBotToken.h
index 2d92409..62e9bf3 100644
--- a/src/CBot/CBotToken.h
+++ b/src/CBot/CBotToken.h
@@ -33,5 +33,5 @@
// )
-extern BOOL IsOfType(CBotToken* &p, int type1, int type2 = -1);
-extern BOOL IsOfTypeList(CBotToken* &p, int type1, ...);
+extern bool IsOfType(CBotToken* &p, int type1, int type2 = -1);
+extern bool IsOfTypeList(CBotToken* &p, int type1, ...);