normalize includes: zone

This commit is contained in:
brainiac
2025-12-18 00:59:27 -08:00
committed by Alex
parent 552a908f92
commit 7fe49b5630
278 changed files with 2431 additions and 2901 deletions
+3 -6
View File
@@ -1,8 +1,7 @@
#ifndef EQEMU_ORIENTED_BOUNDNG_BOX_H
#define EQEMU_ORIENTED_BOUNDNG_BOX_H
#pragma once
#include <glm/vec3.hpp>
#include <glm/mat4x4.hpp>
#include "glm/vec3.hpp"
#include "glm/mat4x4.hpp"
class OrientedBoundingBox
{
@@ -19,5 +18,3 @@ private:
glm::mat4 transformation;
glm::mat4 inverted_transformation;
};
#endif