Changeset 89 for trunk


Ignore:
Timestamp:
06/02/13 19:40:57 (12 years ago)
Author:
epyon
Message:
  • gfx folders added - moved image, texture_atlas and texture_font to them
Location:
trunk
Files:
2 added
1 edited
6 moved

Legend:

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

    r86 r89  
    99
    1010#include <nv/common.hh>
    11 #include <nv/gl/image.hh>
     11#include <nv/gfx/image.hh>
    1212#include <glm/glm.hpp>
    1313#include <vector>
  • trunk/nv/gfx/texture_font.hh

    r86 r89  
    1111
    1212#include <nv/common.hh>
    13 #include <nv/gl/texture_atlas.hh>
     13#include <nv/gfx/texture_atlas.hh>
    1414#include <glm/glm.hpp>
    1515#include <unordered_map>
  • trunk/src/gfx/image.cc

    r86 r89  
    33// For conditions of distribution and use, see copyright notice in nv.hh
    44
    5 #include "nv/gl/image.hh"
     5#include "nv/gfx/image.hh"
    66
    77#include <cstring>
  • trunk/src/gfx/texture_atlas.cc

    r86 r89  
    55// For conditions of distribution and use, see copyright notice in nv.hh
    66
    7 #include "nv/gl/texture_atlas.hh"
     7#include "nv/gfx/texture_atlas.hh"
    88
    99#include "nv/logging.hh"
  • trunk/src/gfx/texture_font.cc

    r86 r89  
    77#include <stdexcept>
    88
    9 #include "nv/gl/texture_font.hh"
     9#include "nv/gfx/texture_font.hh"
    1010#include "nv/lib/freetype2.hh"
    1111
  • trunk/tests/render_test/rl.cc

    r73 r89  
    33#include <nv/interface/vertex_buffer.hh>
    44#include <nv/gl/gl_device.hh>
    5 #include <nv/gl/image.hh>
     5#include <nv/gfx/image.hh>
    66#include <nv/interface/context.hh>
    77#include <nv/interface/window.hh>
Note: See TracChangeset for help on using the changeset viewer.