Add missing forward declaration in CBotToken.h

master
Piotr Dziwinski 2015-07-23 20:48:35 +02:00
parent dfd73118a6
commit 7e289e7927
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@
#pragma once
class CBotToken;
extern bool IsOfType(CBotToken* &p, int type1, int type2 = -1);
extern bool IsOfTypeList(CBotToken* &p, int type1, ...);