1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Fix non-SDL compilation on Linux after #16324

This commit is contained in:
Lars
2025-08-02 14:49:11 +02:00
parent 93dd22b901
commit a0547b3435

View File

@@ -10,6 +10,10 @@
#include "IrrlichtDevice.h"
#include "ICursorControl.h"
#include "os.h"
namespace video
{
class ITexture;
}
#ifdef _IRR_COMPILE_WITH_X11_