#ifndef REFDATA_H #define REFDATA_H #include namespace OMW { struct RefData { std::string mHandle; }; } #endif