comment, cleanup (dear god this is boring)

This commit is contained in:
Glenn Maynard
2005-02-13 03:50:51 +00:00
parent 2412c73b22
commit 97277824d9
11 changed files with 23 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
/* Judgment - An Actor that displays a tap judgement. */
#ifndef JUDGMENT_H
#define JUDGMENT_H
+2
View File
@@ -1,3 +1,5 @@
/* RageTextureID - An identifier for a texture and associated loading parameters. */
#ifndef RAGE_TEXTURE_ID_H
#define RAGE_TEXTURE_ID_H
+2
View File
@@ -1,3 +1,5 @@
/* RageThread - Thread, mutex, semaphore and event classes. */
#ifndef RAGE_THREADS_H
#define RAGE_THREADS_H
+2
View File
@@ -1,3 +1,5 @@
/* AutoPtrCopyOnWrite - Simple smart pointer template. */
#ifndef RAGE_UTIL_AUTO_PTR_H
#define RAGE_UTIL_AUTO_PTR_H
+2
View File
@@ -1,3 +1,5 @@
/* ConvertString - Convert a string to UTF-8. */
#ifndef RAGEUTIL_CHAR_CONVERSIONS_H
#define RAGEUTIL_CHAR_CONVERSIONS_H
+2
View File
@@ -1,3 +1,5 @@
/* CircBuf - A fast, thread-safe, lockless circular buffer. */
#ifndef RAGE_UTIL_CIRCULAR_BUFFER
#define RAGE_UTIL_CIRCULAR_BUFFER
+3 -1
View File
@@ -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 <set>
#include <map>
+2
View File
@@ -1,3 +1,5 @@
/* ScoreDisplayRave - ScoreDisplay implementation for PLAY_MODE_BATTLE. */
#ifndef SCORE_DISPLAY_BATTLE_H
#define SCORE_DISPLAY_BATTLE_H
+2
View File
@@ -1,3 +1,5 @@
/* ScoreDisplayRave - ScoreDisplay implementation for PLAY_MODE_RAVE. */
#ifndef SCORE_DISPLAY_RAVE_H
#define SCORE_DISPLAY_RAVE_H
+2
View File
@@ -1,3 +1,5 @@
/* ScreenCenterImage - Allows the user to adjust screen centering. */
#ifndef SCREEN_CENTER_IMAGE_H
#define SCREEN_CENTER_IMAGE_H
+2
View File
@@ -1,3 +1,5 @@
/* ScreenDemonstration - Jukebox adapter for the attract sequence. */
#ifndef SCREEN_DEMONSTRATION_H
#define SCREEN_DEMONSTRATION_H