1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

refactor various platform functions and includes

This commit is contained in:
IntelOrca
2014-10-09 14:03:54 +01:00
parent faaba5addb
commit 71e508c416
20 changed files with 67 additions and 82 deletions

View File

@@ -20,11 +20,11 @@
#include <math.h>
#include <SDL.h>
#include <string.h>
extern "C" {
#include "../config.h"
#include "audio.h"
#include "../config.h"
#include "../platform/platform.h"
#include "audio.h"
}
#include "mixer.h"