gfx_texture.hh

Go to the documentation of this file.
00001 /*
00008  * LEGAL:   COPYRIGHT (C) 2007 JIM E. BROOKS
00009  *          THIS SOURCE CODE IS RELEASED UNDER THE TERMS
00010  *          OF THE GNU GENERAL PUBLIC LICENSE VERSION 2 (GPL 2).
00011  *****************************************************************************/
00012 
00013 #ifndef GFX_TEXTURE_HH
00014 #define GFX_TEXTURE_HH 1
00015 
00016 #if GFXSYS_OPENGL
00017 #include "gfx_opengl_texture.hh"
00018 #include "gfx_opengl_texture2.hh"
00019 #else
00020 #error
00021 #endif
00022 
00023 #endif // GFX_TEXTURE_HH
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:11 2007