Changeset 367 for trunk/src/sdl


Ignore:
Timestamp:
05/16/15 23:12:22 (10 years ago)
Author:
epyon
Message:
  • fixed compilation and warnings on gcc
  • slowly removing/merging external includes
Location:
trunk/src/sdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sdl/sdl_audio.cc

    r365 r367  
    77#include "nv/sdl/sdl_audio.hh"
    88
    9 #include <glm/gtx/vector_angle.hpp>
    10 #include "nv/lib/sdl.hh"
     9#include "nv/core/math.hh"
    1110#include "nv/lib/sdl_mixer.hh"
    1211#include "nv/core/logging.hh"
  • trunk/src/sdl/sdl_window.cc

    r365 r367  
    99#include "nv/lib/sdl.hh"
    1010#include "nv/sdl/sdl_input.hh"
     11#include "nv/gl/gl_context.hh"
    1112
    1213using namespace nv;
Note: See TracChangeset for help on using the changeset viewer.