aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/world.h')
-rw-r--r--engines/wage/world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wage/world.h b/engines/wage/world.h
index 468bedbc59..9eac072e86 100644
--- a/engines/wage/world.h
+++ b/engines/wage/world.h
@@ -48,10 +48,12 @@
#ifndef WAGE_WORLD_H
#define WAGE_WORLD_H
+#include "wage/entities.h"
#include "wage/macwindowmanager.h"
namespace Wage {
+class Script;
class Sound;
class World {