mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Fix more warnings
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -28,8 +28,6 @@ extern "C"
|
||||
#include "../rct2.h"
|
||||
}
|
||||
|
||||
#define SDL_MIX_MAXVOLUME 128
|
||||
|
||||
using namespace OpenRCT2;
|
||||
using namespace OpenRCT2::Audio;
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
#include "../common.h"
|
||||
|
||||
#define SDL_MIX_MAXVOLUME 128
|
||||
|
||||
#define MIXER_LOOP_NONE 0
|
||||
#define MIXER_LOOP_INFINITE -1
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
|
||||
#include "../common.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#include <windows.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user