diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-06-01 02:21:46 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-06-01 02:21:46 +0000 |
| commit | 821e6bbe538421556f516c671114b7d748629661 (patch) | |
| tree | 1f9d9c8b42505b9a807e94aaee191934cd7f6590 /src/main.cpp | |
| parent | 70a971d4a99675f65a0a4de9f1baa8352e464235 (diff) | |
| download | zcatch-821e6bbe538421556f516c671114b7d748629661.tar.gz zcatch-821e6bbe538421556f516c671114b7d748629661.zip | |
gui things
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index d10fb68b..d0aeb52a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,6 +3,7 @@ #include <stdio.h> #include "versions.h" +#include "config.h" using namespace baselib; @@ -12,6 +13,10 @@ extern int server_main(int argc, char **argv); int main(int argc, char **argv) { +// config_reset(); +// config_load("teewars.cfg"); + kldfjg + // search for server or editor argument for(int i = 1; i < argc; i++) { |