Changeset 367 for trunk/src/sdl
- Timestamp:
- 05/16/15 23:12:22 (10 years ago)
- Location:
- trunk/src/sdl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sdl/sdl_audio.cc
r365 r367 7 7 #include "nv/sdl/sdl_audio.hh" 8 8 9 #include <glm/gtx/vector_angle.hpp> 10 #include "nv/lib/sdl.hh" 9 #include "nv/core/math.hh" 11 10 #include "nv/lib/sdl_mixer.hh" 12 11 #include "nv/core/logging.hh" -
trunk/src/sdl/sdl_window.cc
r365 r367 9 9 #include "nv/lib/sdl.hh" 10 10 #include "nv/sdl/sdl_input.hh" 11 #include "nv/gl/gl_context.hh" 11 12 12 13 using namespace nv;
Note: See TracChangeset
for help on using the changeset viewer.