From a4e34c257a4f5966ce699f48d30b3528bdaa45e4 Mon Sep 17 00:00:00 2001 From: oroborus Date: Fri, 14 Mar 2008 15:25:01 +0000 Subject: - program bol prepisany tak, aby sa dal v buducnosti sietovy multiplayer prepisat pre protokol UDP ( BTW network.[ch] je uz zombia ) git-svn-id: http://opensvn.csie.org/tuxanci_ng@14 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/tux.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tux.c') diff --git a/src/tux.c b/src/tux.c index 2f8c6fc..a39c3d2 100644 --- a/src/tux.c +++ b/src/tux.c @@ -20,6 +20,7 @@ #include "myTimer.h" #include "net_multiplayer.h" #include "dynamicInt.h" +#include "proto.h" static SDL_Surface *g_tux_up; static SDL_Surface *g_tux_right; -- cgit v1.2.3