mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
tag_allmato almost, swhit0 treesh swball done, misc cleanup (#2312)
* d_a_tag_allmato almost done * d_a_swhit0 done * some SSystem cleanup * treesh done * swball done, some other rel cleanup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef C_M3D_G_VTX_H_
|
||||
#define C_M3D_G_VTX_H_
|
||||
|
||||
#include "SSystem/SComponent/c_xyz.h"
|
||||
|
||||
class cM3dGVtx {
|
||||
public:
|
||||
~cM3dGVtx();
|
||||
|
||||
cXyz vtx;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user