cleanup
headers don't include global.h
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user