- Timestamp:
- 07/17/13 06:41:43 (12 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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.