Changeset 170
- Timestamp:
- 07/17/13 06:41:43 (12 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 4 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/lib/sdl_image.hh
r168 r170 9 9 10 10 #include <nv/common.hh> 11 #include <nv/lib/sdl 12.hh>11 #include <nv/lib/sdl.hh> 12 12 13 13 #if NV_PLATFORM == NV_WINDOWS -
trunk/src/gl/gl_device.cc
r161 r170 10 10 #include "nv/gl/gl_texture2d.hh" 11 11 #include "nv/logging.hh" 12 #include "nv/lib/sdl 12.hh"12 #include "nv/lib/sdl.hh" 13 13 #include "nv/lib/sdl_image.hh" 14 14 -
trunk/src/gl/gl_window.cc
r157 r170 7 7 #include "nv/logging.hh" 8 8 #include "nv/lib/gl.hh" 9 #include "nv/lib/sdl 12.hh"9 #include "nv/lib/sdl.hh" 10 10 11 11 using namespace nv; -
trunk/src/lib/gl.cc
r167 r170 13 13 14 14 #if defined( NV_SDL_GL ) 15 # include "nv/lib/sdl 12.hh"15 # include "nv/lib/sdl.hh" 16 16 #endif 17 17 -
trunk/src/lib/sdl.cc
r168 r170 5 5 // For conditions of distribution and use, see copyright notice in nv.hh 6 6 7 #include "nv/lib/sdl 12.hh"7 #include "nv/lib/sdl.hh" 8 8 9 9 #if defined( NV_SDL_DYNAMIC )
Note: See TracChangeset
for help on using the changeset viewer.