mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 23:15:06 -04:00
f06311cd09
* d_a_tag_allmato almost done * d_a_swhit0 done * some SSystem cleanup * treesh done * swball done, some other rel cleanup
14 lines
154 B
C++
14 lines
154 B
C++
#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
|