Skip to content

Commit cbeeb56

Browse files
committed
Forgot to put the if macros
1 parent 57217e0 commit cbeeb56

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

backends/system/ios/sources/GLView.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
#include <kore3/input/rotation.h>
1010
#include <kore3/input/surface.h>
1111
#include <kore3/system.h>
12+
13+
#ifdef KORE_METAL
1214
#include <kore3/metal/library.h>
15+
#endif
1316

1417
static const int touchmaxcount = 20;
1518
static void *touches[touchmaxcount];

backends/system/macos/sources/BasicOpenGLView.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
#include <kore3/input/mouse.h>
55
#include <kore3/input/pen.h>
66
#include <kore3/system.h>
7+
8+
#ifdef KORE_METAL
79
#include <kore3/metal/library.h>
10+
#endif
811

912
#ifdef KORE_METAL
1013
#import <AppKit/NSApplication.h>

0 commit comments

Comments
 (0)