#ifndef __DATA_H__ #define __DATA_H__ #include struct Data { std::string Status(); }; #endif