From 2cbddc6f84967a982c1651b15f924c3c8dd023a7 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Tue, 11 Sep 2012 21:06:52 +0200 Subject: [PATCH] included type definition of Monster in main() --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 2c80962..e6e8b08 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -92,6 +92,7 @@ int main(int argc, char **argv) { Interpreter::CreateTypeDescriptions(); Item::CreateTypeDescription(); graphics::MenuProperties::CreateTypeDescription(); + Monster::CreateTypeDescription(); PartyLayout::CreateTypeDescription(); SimpleAnimation::CreateTypeDescription(); Spell::CreateTypeDescription(); -- 2.39.2