From d808fef992c2f37bd89fd8336f20cf587016e5a9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 6 Nov 2014 20:57:29 +0300 Subject: Add packet for accept client version in map server. Add struct for additional connection data. Add functions for get additional connection data. Impliment script function: getclientversion. --- src/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 64eece0..dd1268b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,8 +9,13 @@ LOGIN_SRC = login/init.c \ MAP_SRC = map/dummy.c \ map/dummy.h \ map/init.c \ + map/parse.c \ + map/parse.h \ map/script.c \ - map/script.h + map/script.h \ + map/session.c \ + map/session.h \ + map/sessionext.h SHARED_FLAGS = -pipe -ffast-math -Wall -Wextra -Wno-sign-compare -fsanitize=address -- cgit v1.2.3-70-g09d2