Fix more warnings

This commit is contained in:
Ted John 2017-05-13 20:06:46 +01:00 committed by Gymnasiast
parent f7f5cb754b
commit ee9aa55083
5 changed files with 6 additions and 3 deletions

View File

@ -18,7 +18,7 @@
#include <unordered_map>
#include <vector>
#include <SDL_platform.h>
#include <SDL.h>
#include <openrct2/config/Config.h>
#include <openrct2/core/Console.hpp>

View File

@ -28,8 +28,6 @@ extern "C"
#include "../rct2.h"
}
#define SDL_MIX_MAXVOLUME 128
using namespace OpenRCT2;
using namespace OpenRCT2::Audio;

View File

@ -18,6 +18,8 @@
#include "../common.h"
#define SDL_MIX_MAXVOLUME 128
#define MIXER_LOOP_NONE 0
#define MIXER_LOOP_INFINITE -1

View File

@ -31,6 +31,7 @@
#include <assert.h>
#include <limits.h>
#include <math.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -16,6 +16,8 @@
#include "../common.h"
#include <ctype.h>
#ifdef __WINDOWS__
#include <windows.h>
#else