aboutsummaryrefslogtreecommitdiff
path: root/include/exampleHelper.h
diff options
context:
space:
mode:
authorVitaliy <numzer0@yandex.ru>2023-03-11 17:04:09 +0300
committerGitHub <noreply@github.com>2023-03-11 15:04:09 +0100
commit5a5a7d04b71b576ac9eed1bb58110009f8b46d0b (patch)
treea1d94ca96df4ddfdbfc2f190b8779a59da2073f4 /include/exampleHelper.h
parent1d43ea17ca8ee9a01262e9e34c5c89579b97397f (diff)
downloadirrlicht-5a5a7d04b71b576ac9eed1bb58110009f8b46d0b.tar.xz
Drop IrrCompileConfig (#163)
Diffstat (limited to 'include/exampleHelper.h')
-rwxr-xr-xinclude/exampleHelper.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/exampleHelper.h b/include/exampleHelper.h
index e1e7cb2..a98ed96 100755
--- a/include/exampleHelper.h
+++ b/include/exampleHelper.h
@@ -5,7 +5,6 @@
#ifndef __EXAMPLE_HELPER_H_INCLUDED__
#define __EXAMPLE_HELPER_H_INCLUDED__
-#include "IrrCompileConfig.h"
#include "path.h"
namespace irr
@@ -13,7 +12,7 @@ namespace irr
static io::path getExampleMediaPath()
{
-#if defined (_IRR_IOS_PLATFORM_) || defined (_IRR_ANDROID_PLATFORM_) || defined (_IRR_OSX_PLATFORM_) || defined (_IRR_EMSCRIPTEN_PLATFORM_)
+#ifdef IRR_MOBILE_PATHS
return io::path("media/");
#else
return io::path("../../media/");