From 9951ad78c80e144c166a7d476cad7ffdf84332a9 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 13 Aug 2014 14:55:49 -0700 Subject: Debug debugging --- src/char/main.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/char') diff --git a/src/char/main.cpp b/src/char/main.cpp index 6636196..3648a74 100644 --- a/src/char/main.cpp +++ b/src/char/main.cpp @@ -1,6 +1,6 @@ -// char/main.cpp - dummy file to make Make dependencies work +// char/main.cpp - entry point to tmwa-char server // -// Copyright © 2013 Ben Longbons +// Copyright © 2013-2014 Ben Longbons // // This file is part of The Mana World (Athena server) // @@ -17,6 +17,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +#include "../mmo/core.hpp" + #include "char.hpp" #include "../poison.hpp" @@ -25,3 +27,8 @@ namespace tmwa { } // namespace tmwa + +int main(int argc, char **argv) +{ + return tmwa_main(argc, argv); +} -- cgit v1.2.3-60-g2f50