Changeset 89 for trunk/src/gfx
- Timestamp:
- 06/02/13 19:40:57 (12 years ago)
- Location:
- trunk/src/gfx
- Files:
-
- 1 added
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/image.cc
r86 r89 3 3 // For conditions of distribution and use, see copyright notice in nv.hh 4 4 5 #include "nv/g l/image.hh"5 #include "nv/gfx/image.hh" 6 6 7 7 #include <cstring> -
trunk/src/gfx/texture_atlas.cc
r86 r89 5 5 // For conditions of distribution and use, see copyright notice in nv.hh 6 6 7 #include "nv/g l/texture_atlas.hh"7 #include "nv/gfx/texture_atlas.hh" 8 8 9 9 #include "nv/logging.hh" -
trunk/src/gfx/texture_font.cc
r86 r89 7 7 #include <stdexcept> 8 8 9 #include "nv/g l/texture_font.hh"9 #include "nv/gfx/texture_font.hh" 10 10 #include "nv/lib/freetype2.hh" 11 11
Note: See TracChangeset
for help on using the changeset viewer.