X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FInterpreter.h;fp=src%2Floader%2FInterpreter.h;h=8d5c1e31aadf7ca70ad042501baa2317d074fbd3;hb=401785f03e9d56fb28d9e29cdb74dbbf5664c342;hp=b826d2cf7be2b15b03c58903b7b3078881545d04;hpb=40233fc8eea1c80e6c57a004dfe7e55dabf06edb;p=l2e.git diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index b826d2c..8d5c1e3 100644 --- a/src/loader/Interpreter.h +++ b/src/loader/Interpreter.h @@ -47,6 +47,7 @@ namespace graphics { namespace loader { class Definition; +class Literal; class ParsedSource; class PropertyList; class Value; @@ -88,6 +89,7 @@ private: void ReadLiteral(const Definition &); void ReadObject(const Definition &); + void ReadLiteral(int typeId, int id, char *dest, const Literal &); void *GetObject(int typeId, const Value &value); void ReadObject(int typeId, int id, char *dest, const PropertyList &);