From cf6ca15c6f68efc3873a37e254c9726e7e8b0bcd Mon Sep 17 00:00:00 2001 From: Henrique Date: Mon, 1 Aug 2011 23:07:19 -0300 Subject: [PATCH] dat ver 8.6 --- CMakeLists.txt | 3 + src/main.cpp | 5 ++ src/protocolgameparse.cpp | 7 +- src/tibiadat.cpp | 184 ++++++++++++++++++++++++++++++++++++++ src/tibiadat.h | 87 ++++++++++++++++++ 5 files changed, 284 insertions(+), 2 deletions(-) create mode 100644 src/tibiadat.cpp create mode 100644 src/tibiadat.h diff --git a/CMakeLists.txt b/CMakeLists.txt index 83ec8868..da07aed5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,9 @@ SET(SOURCES # game sources src/main.cpp +# game files + src/tibiadat.cpp + # game net src/protocollogin.cpp src/protocolgame.cpp diff --git a/src/main.cpp b/src/main.cpp index f02b11d6..4908b0ae 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,6 +8,7 @@ #include #include #include