cleanups
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user