maths/
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <content/ContentPack.hpp>
|
||||
#include <core_defs.hpp>
|
||||
#include <graphics/core/Atlas.hpp>
|
||||
#include "../maths/UVRegion.hpp"
|
||||
#include <maths/UVRegion.hpp>
|
||||
#include <voxels/Block.hpp>
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <items/Inventory.hpp>
|
||||
#include <items/ItemDef.hpp>
|
||||
#include <logic/scripting/scripting.hpp>
|
||||
#include "../maths/voxmaths.hpp"
|
||||
#include <maths/voxmaths.hpp>
|
||||
#include <objects/Player.hpp>
|
||||
#include "../physics/Hitbox.hpp"
|
||||
#include <typedefs.hpp>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
#include <graphics/core/Shader.hpp>
|
||||
#include <graphics/core/Texture.hpp>
|
||||
#include "../../maths/UVRegion.hpp"
|
||||
#include <maths/UVRegion.hpp>
|
||||
#include "../../window/Window.hpp"
|
||||
#include "../../window/Camera.hpp"
|
||||
#include <engine.hpp>
|
||||
|
||||
Reference in New Issue
Block a user