We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6542d commit eb484c2Copy full SHA for eb484c2
engine/core/System.cpp
@@ -16,19 +16,19 @@ using namespace Supernova;
16
#ifdef SUPERNOVA_ANDROID
17
#include "SupernovaAndroid.h"
18
#endif
19
-#ifdef SUPERNOVA_IOS
+#ifdef SUPERNOVA_IOS
20
#include "SupernovaIOS.h"
21
22
-#ifdef SUPERNOVA_WEB
+#ifdef SUPERNOVA_WEB
23
#include "SupernovaWeb.h"
24
25
-#ifdef SUPERNOVA_SOKOL
+#ifdef SUPERNOVA_SOKOL
26
#include "SupernovaSokol.h"
27
28
-#ifdef SUPERNOVA_GLFW
+#ifdef SUPERNOVA_GLFW
29
#include "SupernovaGLFW.h"
30
31
-#ifdef SUPERNOVA_APPLE
+#ifdef SUPERNOVA_APPLE
32
#include "SupernovaApple.h"
33
34
0 commit comments