headers don't include global.h
This commit is contained in:
Glenn Maynard
2005-07-12 04:37:02 +00:00
parent 5ab1ad96a5
commit 0a5614d0ea
-2
View File
@@ -3,7 +3,6 @@
#ifndef RAGEDISPLAY_H #ifndef RAGEDISPLAY_H
#define RAGEDISPLAY_H #define RAGEDISPLAY_H
#include "global.h"
#include "RageTypes.h" #include "RageTypes.h"
#include "ModelTypes.h" #include "ModelTypes.h"
@@ -244,7 +243,6 @@ protected:
void DrawPolyLine( const RageSpriteVertex &p1, const RageSpriteVertex &p2, float LineWidth ); void DrawPolyLine( const RageSpriteVertex &p1, const RageSpriteVertex &p2, float LineWidth );
// Stuff in RageDisplay.cpp // Stuff in RageDisplay.cpp
void SetDefaultRenderStates(); void SetDefaultRenderStates();