mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
MP Libopenmpt: SDL header in load_libraries
This commit is contained in:
parent
28b456c05d
commit
bde488215f
1 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,14 @@
|
||||||
/// Dynamic Library Loading
|
/// Dynamic Library Loading
|
||||||
///
|
///
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(disable : 4214 4244)
|
||||||
|
#endif
|
||||||
|
#include "SDL.h"
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(default : 4214 4244)
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "load_libraries.h"
|
#include "load_libraries.h"
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue