fixup includes, remove include SDL.h from src/events.hpp
This commit is contained in:
parent
4c06902df5
commit
78b538bc1f
4 changed files with 7 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
#ifndef EVENTS_HPP_INCLUDED
|
||||
#define EVENTS_HPP_INCLUDED
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_events.h"
|
||||
#include "SDL_version.h"
|
||||
#include <vector>
|
||||
|
||||
//our user-defined double-click event type
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "util.hpp"
|
||||
|
||||
#include "SDL_mixer.h"
|
||||
#include "SDL_sound.h"
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
#include "sound.hpp"
|
||||
#include "soundsource.hpp"
|
||||
|
||||
#include "SDL_sound.h"
|
||||
|
||||
namespace soundsource {
|
||||
|
||||
const unsigned DEFAULT_CHANCE = 100;
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
#include "resources.hpp"
|
||||
#include "video.hpp"
|
||||
|
||||
#include "SDL_sound.h"
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Add table
Reference in a new issue