summaryrefslogtreecommitdiff
path: root/MapTool/t3d/material.h
blob: cc4bab33ed4c3f932a457b33109f3571a40d523d (plain)
1
2
3
4
5
6
7
8
9
#ifndef T3DMATERIAL_H
#define T3DMATERIAL_H

class T3DMaterial {
public:
    T3DMaterial();
};

#endif // T3DMATERIAL_H