#include "modgmt.h" #include "object.h" ObjectBase* GMT_Header(const ObjectList* input) { return new ObjectString(header); } ObjectBase* GMT_Footer(const ObjectList* input) { return new ObjectString(footer); }