comments, cleanup
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/* This is just cached song data. Not all of it may actually be displayed
|
||||
* in the radar. */
|
||||
/* RadarValues - Cached song statistics. */
|
||||
|
||||
#ifndef RARAR_VALUES_H
|
||||
#define RARAR_VALUES_H
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* RageBitmapTexture: Holder for a static texture with metadata. */
|
||||
/* RageBitmapTexture - Loads a static texture. */
|
||||
|
||||
#ifndef RAGEBITMAPTEXTURE_H
|
||||
#define RAGEBITMAPTEXTURE_H
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* RageDisplay: Methods common to all RageDisplays
|
||||
*/
|
||||
/* RageDisplay - Renderer base class. */
|
||||
|
||||
#ifndef RAGEDISPLAY_H
|
||||
#define RAGEDISPLAY_H
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* RageDisplay_Null: diagnostic display device */
|
||||
/* RageDisplay_Null - No-op diagnostic renderer. */
|
||||
|
||||
#ifndef RAGEDISPLAY_NULL_H
|
||||
#define RAGEDISPLAY_NULL_H
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* RageDisplay_OGL: OpenGL display implementation */
|
||||
/* RageDisplay_OGL: OpenGL renderer. */
|
||||
|
||||
#ifndef RAGEDISPLAY_OGL_H
|
||||
#define RAGEDISPLAY_OGL_H
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* RageDisplay_OGL_Extensions - OpenGL extension helpers. */
|
||||
|
||||
#ifndef RAGE_DISPLAY_OGL_EXTENSIONS_H
|
||||
#define RAGE_DISPLAY_OGL_EXTENSIONS_H
|
||||
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
/*
|
||||
* RageException: Class for thowing fatal error exceptions
|
||||
*/
|
||||
/* RageException - Class for thowing fatal errors. */
|
||||
|
||||
#ifndef RAGEEXCEPTION_H
|
||||
#define RAGEEXCEPTION_H
|
||||
#ifndef RAGE_EXCEPTION_H
|
||||
#define RAGE_EXCEPTION_H
|
||||
|
||||
namespace RageException
|
||||
{
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* RageFileDriverDirect - File driver for accessing a regular filesystem. */
|
||||
|
||||
#ifndef RAGE_FILE_DRIVER_DIRECT_H
|
||||
#define RAGE_FILE_DRIVER_DIRECT_H
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Internal helper functions for RageFileDriverDirect. */
|
||||
/* RageFileDriverDirectHelpers - Internal helpers for RageFileDriverDirect. */
|
||||
|
||||
#ifndef RAGE_FILE_DRIVER_DIRECT_HELPERS_H
|
||||
#define RAGE_FILE_DRIVER_DIRECT_HELPERS_H
|
||||
|
||||
Reference in New Issue
Block a user