mirror of
https://github.com/minetest/irrlicht.git
synced 2024-12-26 02:30:31 +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
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstring> // memset, memcpy
|
||||||
#include "irrMath.h"
|
#include "irrMath.h"
|
||||||
#include "vector3d.h"
|
#include "vector3d.h"
|
||||||
#include "vector2d.h"
|
#include "vector2d.h"
|
||||||
#include "plane3d.h"
|
#include "plane3d.h"
|
||||||
#include "aabbox3d.h"
|
#include "aabbox3d.h"
|
||||||
#include "rect.h"
|
#include "rect.h"
|
||||||
#include "irrString.h"
|
|
||||||
#include "IrrCompileConfig.h" // for IRRLICHT_API
|
#include "IrrCompileConfig.h" // for IRRLICHT_API
|
||||||
|
|
||||||
// enable this to keep track of changes to the matrix
|
// enable this to keep track of changes to the matrix
|
||||||
|
Loading…
Reference in New Issue
Block a user