#ifndef ASSET_H #define ASSET_H #include namespace vb01{ struct Asset{ std::string path; }; } #endif