X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=e6e8b0897ca2394f334e9400a9fc18720013bfbc;hb=8547fab190830f5d53138b1db378145592dd1354;hp=2117a02efbe471437a050869d2c80f3200876546;hpb=ac3755adc509404528ef7de58695bf8e3bfb7dcd;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index 2117a02..e6e8b08 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -89,8 +89,10 @@ int main(int argc, char **argv) { Gauge::CreateTypeDescription(); Hero::CreateTypeDescription(); Ikari::CreateTypeDescription(); + Interpreter::CreateTypeDescriptions(); Item::CreateTypeDescription(); graphics::MenuProperties::CreateTypeDescription(); + Monster::CreateTypeDescription(); PartyLayout::CreateTypeDescription(); SimpleAnimation::CreateTypeDescription(); Spell::CreateTypeDescription(); @@ -103,6 +105,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();