#ifndef MATERIAL_H #define MATERIAL_H class Material { public: Material(); ~Material(); }; #endif // MATERIAL_H