Changeset 170 for trunk


Ignore:
Timestamp:
07/17/13 06:41:43 (12 years ago)
Author:
epyon
Message:
  • sdl - structure/define wise 2.0 support added (no functions yet)
  • sdl12 -> sdl
Location:
trunk
Files:
4 added
4 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/nv/lib/sdl_image.hh

    r168 r170  
    99
    1010#include <nv/common.hh>
    11 #include <nv/lib/sdl12.hh>
     11#include <nv/lib/sdl.hh>
    1212
    1313#if NV_PLATFORM == NV_WINDOWS
  • trunk/src/gl/gl_device.cc

    r161 r170  
    1010#include "nv/gl/gl_texture2d.hh"
    1111#include "nv/logging.hh"
    12 #include "nv/lib/sdl12.hh"
     12#include "nv/lib/sdl.hh"
    1313#include "nv/lib/sdl_image.hh"
    1414
  • trunk/src/gl/gl_window.cc

    r157 r170  
    77#include "nv/logging.hh"
    88#include "nv/lib/gl.hh"
    9 #include "nv/lib/sdl12.hh"
     9#include "nv/lib/sdl.hh"
    1010
    1111using namespace nv;
  • trunk/src/lib/gl.cc

    r167 r170  
    1313
    1414#if defined( NV_SDL_GL )
    15 #       include "nv/lib/sdl12.hh"
     15#       include "nv/lib/sdl.hh"
    1616#endif
    1717
  • trunk/src/lib/sdl.cc

    r168 r170  
    55// For conditions of distribution and use, see copyright notice in nv.hh
    66
    7 #include "nv/lib/sdl12.hh"
     7#include "nv/lib/sdl.hh"
    88
    99#if defined( NV_SDL_DYNAMIC )
Note: See TracChangeset for help on using the changeset viewer.