Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardodoria committed Sep 9, 2024
1 parent af6542d commit eb484c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions engine/core/System.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ using namespace Supernova;
#ifdef SUPERNOVA_ANDROID
#include "SupernovaAndroid.h"
#endif
#ifdef SUPERNOVA_IOS
#ifdef SUPERNOVA_IOS
#include "SupernovaIOS.h"
#endif
#ifdef SUPERNOVA_WEB
#ifdef SUPERNOVA_WEB
#include "SupernovaWeb.h"
#endif
#ifdef SUPERNOVA_SOKOL
#ifdef SUPERNOVA_SOKOL
#include "SupernovaSokol.h"
#endif
#ifdef SUPERNOVA_GLFW
#ifdef SUPERNOVA_GLFW
#include "SupernovaGLFW.h"
#endif
#ifdef SUPERNOVA_APPLE
#ifdef SUPERNOVA_APPLE
#include "SupernovaApple.h"
#endif

Expand Down

0 comments on commit eb484c2

Please sign in to comment.