This commit is contained in:
Glenn Maynard
2005-09-27 07:34:45 +00:00
parent 75484e193f
commit 4ae883a5c6
+1 -2
View File
@@ -1,13 +1,12 @@
#include "global.h" #include "global.h"
#include "ActorScroller.h" #include "ActorScroller.h"
#include "ActorCollision.h" #include "Foreach.h"
#include "RageUtil.h" #include "RageUtil.h"
#include "RageDisplay.h" #include "RageDisplay.h"
#include "XmlFile.h" #include "XmlFile.h"
#include "arch/Dialog/Dialog.h" #include "arch/Dialog/Dialog.h"
#include "RageLog.h" #include "RageLog.h"
#include "ActorUtil.h" #include "ActorUtil.h"
#include <sstream>
/* Tricky: We need ActorFrames created in XML to auto delete their children. /* Tricky: We need ActorFrames created in XML to auto delete their children.
* We don't want classes that derive from ActorFrame to auto delete their * We don't want classes that derive from ActorFrame to auto delete their