diff options
Diffstat (limited to 'src/AGL_DSp.h')
-rw-r--r-- | src/AGL_DSp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/AGL_DSp.h b/src/AGL_DSp.h index 4c1d531..f001017 100644 --- a/src/AGL_DSp.h +++ b/src/AGL_DSp.h @@ -3,7 +3,6 @@ #ifndef _AGL_DSP_H_ #define _AGL_DSP_H_ - /**> HEADER FILES <**/ #include <stdlib.h> // ANSI C cross platform headers #include <stdio.h> @@ -12,7 +11,6 @@ #include <glu.h> // Used for setting perspective and making objects #include <tk.h> // Used for loading images - /**> CONSTANT DECLARATIONS <**/ #define kMoveToFront kFirstWindowOfClass @@ -20,14 +18,12 @@ #define SCREEN_WIDTH 640 #define SCREEN_HEIGHT 480 - /**> GLOBAL VARIABLES <**/ extern DSpContextAttributes gDSpContextAttributes; // Global DrawSprocket context attributes extern DSpContextReference gDSpContext; // The global DrawSprocket context extern AGLContext gOpenGLContext; // The global OpenGL (AGL) context // Note: These are actually defined in AGL_DSp.cpp - /**> FUNCTION PROTOTYPES <**/ void ToolboxInit( void ); Boolean HasAppearance( void ); @@ -37,5 +33,4 @@ void ShutdownScreen( CGrafPtr theFrontBuffer ); AGLContext SetupAGL( AGLDrawable window ); void CleanupAGL( AGLContext context ); - #endif \ No newline at end of file |