missing header

This commit is contained in:
Glenn Maynard
2005-10-07 01:58:41 +00:00
parent 775273cef4
commit 630ea78f63
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
#include "LuaExpressionTransform.h" #include "LuaExpressionTransform.h"
#include "LuaReference.h" #include "LuaReference.h"
#include "LuaManager.h" #include "LuaManager.h"
#include "RageUtil.h"
LuaExpressionTransform::LuaExpressionTransform() LuaExpressionTransform::LuaExpressionTransform()
{ {
+1
View File
@@ -6,6 +6,7 @@
#include "Bookkeeper.h" #include "Bookkeeper.h"
#include "ScreenDimensions.h" #include "ScreenDimensions.h"
#include "InputEventPlus.h" #include "InputEventPlus.h"
#include "RageUtil.h"
REGISTER_SCREEN_CLASS( ScreenBookkeeping ); REGISTER_SCREEN_CLASS( ScreenBookkeeping );
+1
View File
@@ -6,6 +6,7 @@
#include "GameConstantsAndTypes.h" #include "GameConstantsAndTypes.h"
#include "ScreenDimensions.h" #include "ScreenDimensions.h"
#include "InputEventPlus.h" #include "InputEventPlus.h"
#include "RageUtil.h"
static const float LineWidth = 400; static const float LineWidth = 400;