From d6ee7ec642cc6b3097c8d321a1a00630e24027d1 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 16 Feb 2008 12:22:33 +0000 Subject: initial client-to-server connection --- src/core/netgame.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/core/netgame.h (limited to 'src/core/netgame.h') diff --git a/src/core/netgame.h b/src/core/netgame.h new file mode 100644 index 0000000..e55e8c6 --- /dev/null +++ b/src/core/netgame.h @@ -0,0 +1,12 @@ +/* + core/netgame.h + This file is part of the Osirion project and is distributed under + the terms of the GNU General Public License version 2 +*/ + +#ifndef __INCLUDED_CORE_GAMEINTERFACE_H__ +#define __INCLUDED_CORE_GAMEINTERFACE_H__ + +#include "core/player.h" + +#endif \ No newline at end of file -- cgit v1.2.3