mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Indent preprocessor directives
This commit is contained in:
committed by
Hielke Morsink
parent
b02dfdbc93
commit
d787872cbe
@@ -9,22 +9,22 @@
|
||||
|
||||
#ifdef __ANDROID__
|
||||
|
||||
#include "../config/Config.h"
|
||||
#include "../localisation/Language.h"
|
||||
#include "../util/Util.h"
|
||||
#include "platform.h"
|
||||
# include "../config/Config.h"
|
||||
# include "../localisation/Language.h"
|
||||
# include "../util/Util.h"
|
||||
# include "platform.h"
|
||||
|
||||
#include <SDL.h>
|
||||
#include <jni.h>
|
||||
#include <wchar.h>
|
||||
# include <SDL.h>
|
||||
# include <jni.h>
|
||||
# include <wchar.h>
|
||||
|
||||
#ifndef NO_TTF
|
||||
# ifndef NO_TTF
|
||||
bool platform_get_font_path(TTFFontDescriptor* font, utf8* buffer, size_t size)
|
||||
{
|
||||
STUB();
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
# endif
|
||||
|
||||
uint16_t platform_get_locale_language()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user