From 697fbdabf10d956e0f13bfbc9414d3db40f0c535 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 10 Jun 2012 15:28:12 +0200 Subject: BOOL -> bool; additional fixes in constructors/destructors --- src/script/cbottoken.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/script/cbottoken.h') 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); -- cgit v1.2.3-1-g7c22