aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/variable.h')
-rw-r--r--engines/sludge/variable.h6
1 files changed, 6 insertions, 0 deletions
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