begin splitting d_a_alink (#34)

* begin splitting d_a_alink

* fix

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
TakaRikka
2020-12-25 18:03:10 -08:00
committed by GitHub
parent 58fc83c4f8
commit e8315cdb81
43 changed files with 4860 additions and 4350 deletions
@@ -0,0 +1,8 @@
#ifndef J3DJOINT_H_
#define J3DJOINT_H_
struct J3DJoint{
};
#endif
@@ -0,0 +1,8 @@
#ifndef J3DMODEL_H_
#define J3DMODEL_H_
struct J3DModel{
};
#endif
@@ -0,0 +1,8 @@
#ifndef J3DMODELDATA_H_
#define J3DMODELDATA_H_
struct J3DModelData{
};
#endif
@@ -0,0 +1,8 @@
#ifndef J3DMODELLOADER_H_
#define J3DMODELLOADER_H_
struct J3DMaterial{
};
#endif