]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
revised array type notation
[l2e.git] / src / main.cpp
index 2117a02efbe471437a050869d2c80f3200876546..2c8096225135354f911130e2d116798945fdecaf 100644 (file)
@@ -89,6 +89,7 @@ int main(int argc, char **argv) {
                Gauge::CreateTypeDescription();
                Hero::CreateTypeDescription();
                Ikari::CreateTypeDescription();
+               Interpreter::CreateTypeDescriptions();
                Item::CreateTypeDescription();
                graphics::MenuProperties::CreateTypeDescription();
                PartyLayout::CreateTypeDescription();
@@ -103,6 +104,7 @@ int main(int argc, char **argv) {
                Parser("test-data/ikaris.l2s", source).Parse();
                Parser("test-data/items.l2s", source).Parse();
                Parser("test-data/spells.l2s", source).Parse();
+               Parser("test-data/constants.l2s", source).Parse();
                Interpreter intp(source);
                intp.ReadSource();