Splitting Math into a separate subproject and adding FileIO as a PWE subproject

This commit is contained in:
parax0
2015-12-16 14:39:51 -07:00
parent 610c1c11a5
commit 2db8d23516
89 changed files with 1784 additions and 129 deletions

View File

@@ -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>

View File

@@ -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