Changeset 96
- Timestamp:
- 06/03/13 01:35:38 (12 years ago)
- Location:
- trunk/nv/gfx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/gfx/texture_atlas.hh
r89 r96 5 5 // For conditions of distribution and use, see copyright notice in nv.hh 6 6 7 #ifndef NV_ GL_TEXTURE_ATLAS_HH8 #define NV_ GL_TEXTURE_ATLAS_HH7 #ifndef NV_TEXTURE_ATLAS_HH 8 #define NV_TEXTURE_ATLAS_HH 9 9 10 10 #include <nv/common.hh> … … 33 33 } 34 34 35 #endif // NV_ GL_TEXTURE_ATLAS_HH35 #endif // NV_TEXTURE_ATLAS_HH 36 36 -
trunk/nv/gfx/texture_font.hh
r95 r96 5 5 // For conditions of distribution and use, see copyright notice in nv.hh 6 6 7 #ifndef NV_ GL_TEXTURE_FONT_HH8 #define NV_ GL_TEXTURE_FONT_HH7 #ifndef NV_TEXTURE_FONT_HH 8 #define NV_TEXTURE_FONT_HH 9 9 10 10 #include <nv/common.hh> … … 56 56 } 57 57 58 #endif // NV_ GL_TEXTURE_FONT_HH58 #endif // NV_TEXTURE_FONT_HH 59 59
Note: See TracChangeset
for help on using the changeset viewer.