mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
X11: Don't compile/use when CC_BUILD_SDL3 is defined
This commit is contained in:
parent
13c8e223b1
commit
c7e2d5b03e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue