missing header

This commit is contained in:
Glenn Maynard
2005-10-07 01:45:20 +00:00
parent 0c0c5d9557
commit c904417448
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
#include "LuaManager.h"
#include "XmlFile.h"
#include "RageSoundManager.h"
#include "RageUtil.h"
REGISTER_ACTOR_CLASS_WITH_NAME( ActorSound, Sound )
+1
View File
@@ -6,6 +6,7 @@
#include "ThemeManager.h"
#include "RageFileManager.h"
#include "RageLog.h"
#include "RageUtil.h"
#include "EnumHelper.h"
#include "XmlFile.h"
#include "LuaManager.h"
+1
View File
@@ -3,6 +3,7 @@
#include "XmlFile.h"
#include "LuaManager.h"
#include "ActorUtil.h"
#include "RageUtil.h"
Actor *DynamicActorScroller::Copy() const { return new DynamicActorScroller(*this); }