Changeset 89
- Timestamp:
- 06/02/13 19:40:57 (12 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 edited
- 6 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/gfx/texture_atlas.hh
r86 r89 9 9 10 10 #include <nv/common.hh> 11 #include <nv/g l/image.hh>11 #include <nv/gfx/image.hh> 12 12 #include <glm/glm.hpp> 13 13 #include <vector> -
trunk/nv/gfx/texture_font.hh
r86 r89 11 11 12 12 #include <nv/common.hh> 13 #include <nv/g l/texture_atlas.hh>13 #include <nv/gfx/texture_atlas.hh> 14 14 #include <glm/glm.hpp> 15 15 #include <unordered_map> -
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 -
trunk/tests/render_test/rl.cc
r73 r89 3 3 #include <nv/interface/vertex_buffer.hh> 4 4 #include <nv/gl/gl_device.hh> 5 #include <nv/g l/image.hh>5 #include <nv/gfx/image.hh> 6 6 #include <nv/interface/context.hh> 7 7 #include <nv/interface/window.hh>
Note: See TracChangeset
for help on using the changeset viewer.