diff options
Diffstat (limited to 'MapTool/t3d/material.h')
-rw-r--r-- | MapTool/t3d/material.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MapTool/t3d/material.h b/MapTool/t3d/material.h new file mode 100644 index 0000000..cc4bab3 --- /dev/null +++ b/MapTool/t3d/material.h @@ -0,0 +1,9 @@ +#ifndef T3DMATERIAL_H +#define T3DMATERIAL_H + +class T3DMaterial { +public: + T3DMaterial(); +}; + +#endif // T3DMATERIAL_H |