summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_m3d_g_vtx.h
blob: e9f82a4729fc274146e1f4b803b3e0ba0cc25807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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