From c4a5af22eac930b5ed8e04fede2b9e61a76ca5d6 Mon Sep 17 00:00:00 2001 From: yinsimei Date: Fri, 26 May 2017 21:25:11 +0200 Subject: SLUDGE: Add namespace --- engines/sludge/variable.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/sludge/variable.h') diff --git a/engines/sludge/variable.h b/engines/sludge/variable.h index 8d633c8160..8f9f743fb8 100644 --- a/engines/sludge/variable.h +++ b/engines/sludge/variable.h @@ -22,6 +22,11 @@ #ifndef SLUDGE_VARIABLE_H #define SLUDGE_VARIABLE_H +namespace Sludge { + +struct variable; +struct variableStack; + enum variableType {SVT_NULL, SVT_INT, SVT_FUNC, SVT_STRING, SVT_BUILT, SVT_FILE, SVT_STACK, SVT_OBJTYPE, SVT_ANIM, SVT_COSTUME, @@ -114,6 +119,7 @@ variable *fastArrayGetByIndex(fastArrayHandler *vS, unsigned int theIndex); #define stackDebug(a) {} #endif +} // End of namespace Sludge #endif -- cgit v1.2.3