mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Fix non-SDL compilation on Linux after #16324
This commit is contained in:
parent
93dd22b901
commit
a0547b3435
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
#include "IrrlichtDevice.h"
|
#include "IrrlichtDevice.h"
|
||||||
#include "ICursorControl.h"
|
#include "ICursorControl.h"
|
||||||
#include "os.h"
|
#include "os.h"
|
||||||
|
namespace video
|
||||||
|
{
|
||||||
|
class ITexture;
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_WITH_X11_
|
#ifdef _IRR_COMPILE_WITH_X11_
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue