mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 22:22:05 -04:00
begin splitting d_a_alink (#34)
* begin splitting d_a_alink * fix Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user