X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FParsedSource.h;fp=src%2Floader%2FParsedSource.h;h=8401777f54e0f43ebac98a6ed2e3286a268ec87f;hb=09e8cfd4d7b2d187fed0870ebdb2e9e3f77fe4b9;hp=36f3810ab434cb8805bb188b95348f6984165a91;hpb=f3230836ca2e263e84b58ffec6645c0f77439117;p=l2e.git diff --git a/src/loader/ParsedSource.h b/src/loader/ParsedSource.h index 36f3810..8401777 100644 --- a/src/loader/ParsedSource.h +++ b/src/loader/ParsedSource.h @@ -28,6 +28,7 @@ public: BOOLEAN, COLOR, NUMBER, + PATH, STRING, VECTOR, OBJECT @@ -39,6 +40,7 @@ public: explicit Literal(bool); Literal(int r, int g, int b, int a = 255); explicit Literal(int number); + Literal(const std::string &dir, const std::string &path); Literal(const std::string &); Literal(int x, int y); Literal(const std::string &typeName, PropertyList *properties);