#ifndef AGDDMATERIALHH #define AGDDMATERIALHH #include "agddHasName.hh" namespace agdd { // ATT The whole of this class ought to be implemented for full // functionality. However, no developments will be necessary // if materials are always defined elsewhere. class Material : public HasName { public: Material() { }; }; } // end of agdd namespace #endif