Changeset 89 for trunk/src


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/src/gfx
Files:
1 added
3 moved

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.