#ifndef PROTO_CLASS_H #define PROTO_CLASS_H #include "data_tank.h" class ProtoClass { public: ProtoClass (); ~ProtoClass (); }; #endif