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

IrrlichtMt: Fix Win32 device compile error (non-SDL)

This issue was caused by one of the recent header refactoring commits.
This commit is contained in:
SmallJoker
2025-10-04 12:57:14 +02:00
parent c2a4d5f82d
commit 4f77a91e04

View File

@@ -8,6 +8,7 @@
#include "CIrrDeviceStub.h"
#include "IrrlichtDevice.h"
#include "ITexture.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>