mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
Consistently include C headers by their C++ wrapper
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#ifdef _IRR_WINDOWS_API_
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
#include <unistd.h>
|
||||
#ifndef _IRR_ANDROID_PLATFORM_
|
||||
#include <sys/types.h>
|
||||
|
Reference in New Issue
Block a user