Skip to content

Commit 068c3d4

Browse files
committed
Do not include G3 in G2
1 parent cdfbef9 commit 068c3d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Sources/Kore/Graphics2/Graphics.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#include "Graphics.h"
22

3+
#ifdef KINC_G4
4+
#include <Kore/Graphics4/Graphics.h>
5+
#else
36
#include <Kore/Graphics3/Graphics.h>
7+
#endif
48
#include <Kore/IO/FileReader.h>
59
#include <Kore/Simd/float32x4.h>
610

0 commit comments

Comments
 (0)