From 97277824d9b00c929a50ebead5d9c92066c27a89 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 13 Feb 2005 03:50:51 +0000 Subject: [PATCH] comment, cleanup (dear god this is boring) --- stepmania/src/Judgment.h | 2 ++ stepmania/src/RageTextureID.h | 2 ++ stepmania/src/RageThreads.h | 2 ++ stepmania/src/RageUtil_AutoPtr.h | 2 ++ stepmania/src/RageUtil_CharConversions.h | 2 ++ stepmania/src/RageUtil_CircularBuffer.h | 2 ++ stepmania/src/RageUtil_FileDB.h | 4 +++- stepmania/src/ScoreDisplayBattle.h | 2 ++ stepmania/src/ScoreDisplayRave.h | 2 ++ stepmania/src/ScreenCenterImage.h | 2 ++ stepmania/src/ScreenDemonstration.h | 2 ++ 11 files changed, 23 insertions(+), 1 deletion(-) diff --git a/stepmania/src/Judgment.h b/stepmania/src/Judgment.h index e8ff8a8781..36b0d76117 100644 --- a/stepmania/src/Judgment.h +++ b/stepmania/src/Judgment.h @@ -1,3 +1,5 @@ +/* Judgment - An Actor that displays a tap judgement. */ + #ifndef JUDGMENT_H #define JUDGMENT_H diff --git a/stepmania/src/RageTextureID.h b/stepmania/src/RageTextureID.h index 454f40dbcc..7aa49c3c2a 100644 --- a/stepmania/src/RageTextureID.h +++ b/stepmania/src/RageTextureID.h @@ -1,3 +1,5 @@ +/* RageTextureID - An identifier for a texture and associated loading parameters. */ + #ifndef RAGE_TEXTURE_ID_H #define RAGE_TEXTURE_ID_H diff --git a/stepmania/src/RageThreads.h b/stepmania/src/RageThreads.h index 29850f1633..27e7c80caa 100644 --- a/stepmania/src/RageThreads.h +++ b/stepmania/src/RageThreads.h @@ -1,3 +1,5 @@ +/* RageThread - Thread, mutex, semaphore and event classes. */ + #ifndef RAGE_THREADS_H #define RAGE_THREADS_H diff --git a/stepmania/src/RageUtil_AutoPtr.h b/stepmania/src/RageUtil_AutoPtr.h index c018de1868..c841dff828 100644 --- a/stepmania/src/RageUtil_AutoPtr.h +++ b/stepmania/src/RageUtil_AutoPtr.h @@ -1,3 +1,5 @@ +/* AutoPtrCopyOnWrite - Simple smart pointer template. */ + #ifndef RAGE_UTIL_AUTO_PTR_H #define RAGE_UTIL_AUTO_PTR_H diff --git a/stepmania/src/RageUtil_CharConversions.h b/stepmania/src/RageUtil_CharConversions.h index c7a9e808da..5216f7cb0f 100644 --- a/stepmania/src/RageUtil_CharConversions.h +++ b/stepmania/src/RageUtil_CharConversions.h @@ -1,3 +1,5 @@ +/* ConvertString - Convert a string to UTF-8. */ + #ifndef RAGEUTIL_CHAR_CONVERSIONS_H #define RAGEUTIL_CHAR_CONVERSIONS_H diff --git a/stepmania/src/RageUtil_CircularBuffer.h b/stepmania/src/RageUtil_CircularBuffer.h index cbaecdf946..dafef4ed2e 100644 --- a/stepmania/src/RageUtil_CircularBuffer.h +++ b/stepmania/src/RageUtil_CircularBuffer.h @@ -1,3 +1,5 @@ +/* CircBuf - A fast, thread-safe, lockless circular buffer. */ + #ifndef RAGE_UTIL_CIRCULAR_BUFFER #define RAGE_UTIL_CIRCULAR_BUFFER diff --git a/stepmania/src/RageUtil_FileDB.h b/stepmania/src/RageUtil_FileDB.h index 42c53df486..b6f81639d9 100644 --- a/stepmania/src/RageUtil_FileDB.h +++ b/stepmania/src/RageUtil_FileDB.h @@ -1,5 +1,7 @@ +/* FilenameDB - A container for a file listing. */ + #ifndef RAGE_UTIL_FILEDB -#define RAGE_UTIL_FILEDB 1 +#define RAGE_UTIL_FILEDB #include #include diff --git a/stepmania/src/ScoreDisplayBattle.h b/stepmania/src/ScoreDisplayBattle.h index 7e9493ac1f..2b0a04f40c 100644 --- a/stepmania/src/ScoreDisplayBattle.h +++ b/stepmania/src/ScoreDisplayBattle.h @@ -1,3 +1,5 @@ +/* ScoreDisplayRave - ScoreDisplay implementation for PLAY_MODE_BATTLE. */ + #ifndef SCORE_DISPLAY_BATTLE_H #define SCORE_DISPLAY_BATTLE_H diff --git a/stepmania/src/ScoreDisplayRave.h b/stepmania/src/ScoreDisplayRave.h index 92a6a9742e..9630bbd964 100644 --- a/stepmania/src/ScoreDisplayRave.h +++ b/stepmania/src/ScoreDisplayRave.h @@ -1,3 +1,5 @@ +/* ScoreDisplayRave - ScoreDisplay implementation for PLAY_MODE_RAVE. */ + #ifndef SCORE_DISPLAY_RAVE_H #define SCORE_DISPLAY_RAVE_H diff --git a/stepmania/src/ScreenCenterImage.h b/stepmania/src/ScreenCenterImage.h index 5b31e2778b..973b911866 100644 --- a/stepmania/src/ScreenCenterImage.h +++ b/stepmania/src/ScreenCenterImage.h @@ -1,3 +1,5 @@ +/* ScreenCenterImage - Allows the user to adjust screen centering. */ + #ifndef SCREEN_CENTER_IMAGE_H #define SCREEN_CENTER_IMAGE_H diff --git a/stepmania/src/ScreenDemonstration.h b/stepmania/src/ScreenDemonstration.h index a806ce6448..255a396d74 100644 --- a/stepmania/src/ScreenDemonstration.h +++ b/stepmania/src/ScreenDemonstration.h @@ -1,3 +1,5 @@ +/* ScreenDemonstration - Jukebox adapter for the attract sequence. */ + #ifndef SCREEN_DEMONSTRATION_H #define SCREEN_DEMONSTRATION_H