Splitting TS packets into a seperate lib

This commit is contained in:
Erik Zandvliet 2012-05-14 22:42:12 +02:00 committed by Thulinma
parent 820ea5294d
commit b601bc7fd7
4 changed files with 51 additions and 1 deletions

View file

@ -361,4 +361,4 @@ int TS_Handler( Socket::Connection conn ) {
#define DEFAULT_PORT 8888
#define MAINHANDLER TS_Handler
#define CONFIGSECT TS
#include "../util/server_setup.cpp"
#include "server_setup.h"