mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-08 08:43:51 +01:00
Do not include core::string in matrix4.h
This commit is contained in:
parent
26c4f4e63d
commit
a9c4683b18
@ -4,13 +4,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstring> // memset, memcpy
|
||||
#include "irrMath.h"
|
||||
#include "vector3d.h"
|
||||
#include "vector2d.h"
|
||||
#include "plane3d.h"
|
||||
#include "aabbox3d.h"
|
||||
#include "rect.h"
|
||||
#include "irrString.h"
|
||||
#include "IrrCompileConfig.h" // for IRRLICHT_API
|
||||
|
||||
// enable this to keep track of changes to the matrix
|
||||
|
Loading…
Reference in New Issue
Block a user