mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-12 00:56:40 -04:00
X11: Don't compile/use when CC_BUILD_SDL3 is defined
This commit is contained in:
parent
13c8e223b1
commit
c7e2d5b03e
@ -1,5 +1,5 @@
|
||||
#include "Core.h"
|
||||
#if defined CC_BUILD_X11 && !defined CC_BUILD_SDL
|
||||
#if defined CC_BUILD_X11 && !defined CC_BUILD_SDL2 && !defined CC_BUILD_SDL3
|
||||
#include "_WindowBase.h"
|
||||
#include "String.h"
|
||||
#include "Funcs.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user