diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-05-28 20:19:02 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-05-28 20:19:02 +0000 |
| commit | 13cb3930e9989aba57f0301a821f64ceed29af20 (patch) | |
| tree | eb4bc65423ae9e5c2711936c55a13bb1819c9578 /modules/modPipe.c | |
| parent | e5120505b21ff38dc25efcad129a440bbfa9996d (diff) | |
- moduly sa daju skompilovat pre server aj ked nemate libSDL-dev scripty
POZOR : moduly pre server sa kompiluju ako make servermod
- upraveny README.SK
- upraveny publicserver.sh
git-svn-id: http://opensvn.csie.org/tuxanci_ng@56 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'modules/modPipe.c')
| -rwxr-xr-x | modules/modPipe.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/modPipe.c b/modules/modPipe.c index 476d8ec..1078948 100755 --- a/modules/modPipe.c +++ b/modules/modPipe.c @@ -5,13 +5,16 @@ #include <assert.h> #include "main.h" -#include "interface.h" #include "modules.h" #include "tux.h" #include "shot.h" #include "list.h" #include "gun.h" + +#ifndef PUBLIC_SERVER +#include "interface.h" #include "image.h" +#endif #ifdef PUBLIC_SERVER #include "publicServer.h" |