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:
@ -10,7 +10,7 @@
|
||||
#include "irrString.h"
|
||||
#include "os.h"
|
||||
|
||||
#include <stdio.h> // required for jpeglib.h
|
||||
#include <cstdio> // required for jpeglib.h
|
||||
extern "C"
|
||||
{
|
||||
#include <jpeglib.h>
|
||||
|
Reference in New Issue
Block a user