mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 10:25:40 +00:00
Splitting Math into a separate subproject and adding FileIO as a PWE subproject
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
#include "Core/Resource/Model/EVertexDescription.h"
|
||||
#include <Common/types.h>
|
||||
#include <Common/Math/CVector2f.h>
|
||||
#include <Common/Math/CVector3f.h>
|
||||
#include <Math/CVector2f.h>
|
||||
#include <Math/CVector3f.h>
|
||||
|
||||
#include <vector>
|
||||
#include <GL/glew.h>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define CINDEXBUFFER_H
|
||||
|
||||
#include <Common/types.h>
|
||||
#include <Common/Math/CVector3f.h>
|
||||
#include <Math/CVector3f.h>
|
||||
#include <GL/glew.h>
|
||||
|
||||
class CIndexBuffer
|
||||
|
||||
Reference in New Issue
Block a user