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.
2 parents d44e2ef + 6daa8f2 commit 0b4a254Copy full SHA for 0b4a254
1 file changed
Sources/Kore/Graphics2/Graphics.cpp
@@ -1,6 +1,10 @@
1
#include "Graphics.h"
2
3
+#ifdef KINC_G4
4
+#include <Kore/Graphics4/Graphics.h>
5
+#else
6
#include <Kore/Graphics3/Graphics.h>
7
+#endif
8
#include <Kore/IO/FileReader.h>
9
#include <Kore/Simd/float32x4.h>
10
0 commit comments