Skip to content

Commit 0b4a254

Browse files
committed
Merge branch 'v1' of ssh://github.com/Kode/Kore into v1
2 parents d44e2ef + 6daa8f2 commit 0b4a254

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)