X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fworld%2FResource.hpp;h=17df3244955e55e58b2a540666e02f70ad1f0a84;hp=ad729c80160d8c84973a4a751d62458f1a397437;hb=c49dd02dfabb123e0c6c4b49f761ce6578dfc464;hpb=1f8fe0fd81053821f26787e9809cd1a13f747819 diff --git a/src/world/Resource.hpp b/src/world/Resource.hpp index ad729c8..17df324 100644 --- a/src/world/Resource.hpp +++ b/src/world/Resource.hpp @@ -3,6 +3,7 @@ #include "../math/glm.hpp" +#include #include @@ -32,6 +33,8 @@ struct Resource { glm::dvec3 base_color = glm::dvec3(1.0); + std::map compatibility; + }; }