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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CBot/CBotToken.h b/src/CBot/CBotToken.h
index 35a696a..8e9d1e3 100644
--- a/src/CBot/CBotToken.h
+++ b/src/CBot/CBotToken.h
@@ -32,6 +32,7 @@
// x
// )
+#pragma once
extern bool IsOfType(CBotToken* &p, int type1, int type2 = -1);
extern bool IsOfTypeList(CBotToken* &p, int type1, ...);