Changeset 170 for trunk/src


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

Legend:

Unmodified
Added
Removed
  • 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.