mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Reduce irrlicht_extrabloated.h includes in header files
This commit is contained in:
parent
81f51492ff
commit
e8f6127779
31 changed files with 113 additions and 40 deletions
|
@ -4,10 +4,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "util/container.h"
|
||||
#include <string>
|
||||
#include <queue>
|
||||
#include "irrlichttypes.h"
|
||||
#include "util/container.h" // MutexedQueue
|
||||
#include <string>
|
||||
|
||||
enum ChatEventType {
|
||||
CET_CHAT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue