Changeset 96


Ignore:
Timestamp:
06/03/13 01:35:38 (12 years ago)
Author:
epyon
Message:
  • texture_atlas and texture_font include guards fixed
Location:
trunk/nv/gfx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/gfx/texture_atlas.hh

    r89 r96  
    55// For conditions of distribution and use, see copyright notice in nv.hh
    66
    7 #ifndef NV_GL_TEXTURE_ATLAS_HH
    8 #define NV_GL_TEXTURE_ATLAS_HH
     7#ifndef NV_TEXTURE_ATLAS_HH
     8#define NV_TEXTURE_ATLAS_HH
    99
    1010#include <nv/common.hh>
     
    3333}
    3434
    35 #endif // NV_GL_TEXTURE_ATLAS_HH
     35#endif // NV_TEXTURE_ATLAS_HH
    3636
  • trunk/nv/gfx/texture_font.hh

    r95 r96  
    55// For conditions of distribution and use, see copyright notice in nv.hh
    66
    7 #ifndef NV_GL_TEXTURE_FONT_HH
    8 #define NV_GL_TEXTURE_FONT_HH
     7#ifndef NV_TEXTURE_FONT_HH
     8#define NV_TEXTURE_FONT_HH
    99
    1010#include <nv/common.hh>
     
    5656}
    5757
    58 #endif // NV_GL_TEXTURE_FONT_HH
     58#endif // NV_TEXTURE_FONT_HH
    5959
Note: See TracChangeset for help on using the changeset viewer.