1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Moved endif to end of file

This commit is contained in:
Thomas den Hollander
2015-02-20 08:59:09 +01:00
parent ee6cbf8059
commit 23304b1770

View File

@@ -30,7 +30,6 @@
#include "../localisation/currency.h"
#include "../config.h"
#include "platform.h"
#include "winnls.h"
// The name of the mutex used to prevent multiple instances of the game from running
#define SINGLE_INSTANCE_MUTEX_NAME "RollerCoaster Tycoon 2_GSKMUTEX"
@@ -595,8 +594,6 @@ PCHAR *CommandLineToArgvA(PCHAR CmdLine, int *_argc)
return argv;
}
#endif
uint16 platform_get_locale_language(){
WCHAR langCode[4];
@@ -717,4 +714,6 @@ uint8 platform_get_locale_temperature_format(){
default:
return TEMPERATURE_FORMAT_C;
}
}
}
#endif