@@ -0,0 +1,12 @@
#ifndef ASSET_H
#define ASSET_H
#include <string>
namespace vb01{
struct Asset{
std::string path;
};
}
#endif
The note is not visible to the blocked user.