This commit is contained in:
Glenn Maynard
2002-11-16 07:36:02 +00:00
parent 79cab2a1ad
commit 054976824b
3 changed files with 13 additions and 4 deletions
+5 -1
View File
@@ -1,4 +1,6 @@
#pragma once
#ifndef GAME_CONSTANTS_AND_TYPES_H
#define GAME_CONSTANTS_AND_TYPES_H
/*
-----------------------------------------------------------------------------
File: GameConstantsAndTypes.h
@@ -162,3 +164,5 @@ inline int HoldNoteScoreToDancePoints( HoldNoteScore hns )
default: ASSERT(0); return 0;
}
}
#endif
+3 -2
View File
@@ -1,4 +1,5 @@
#pragma once
#ifndef RAGE_TEXTURE_H
#define RAGE_TEXTURE_H
/*
-----------------------------------------------------------------------------
Class: RageTexture
@@ -98,4 +99,4 @@ protected:
CArray<RectF,RectF> m_TextureCoordRects; // size = m_iFramesWide * m_iFramesHigh
};
#endif
+5 -1
View File
@@ -1,4 +1,6 @@
#pragma once
#ifndef RAGE_TEXTURE_MANAGER_H
#define RAGE_TEXTURE_MANAGER_H
/*
-----------------------------------------------------------------------------
Class: RageTextureManager
@@ -43,3 +45,5 @@ protected:
};
extern RageTextureManager* TEXTUREMAN; // global and accessable from anywhere in our program
#endif