summaryrefslogtreecommitdiff
path: root/include/server.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-08 21:43:44 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-08 21:43:44 +0000
commit4919e623c6695a80aaf96187253756dcbb72bf87 (patch)
tree948fbcc211b1a8f13e3830853edef6505234bab2 /include/server.h
parenta8110d0786e7931715a0d7116ed7d4c23697bdb6 (diff)
- kod bol prepisany tak aby dokazal pracovat aj s arenami vascimi ako je obrazovka okna
( ako pozadie na arenu sa da pouzit aj tepeta aj textura ) git-svn-id: http://opensvn.csie.org/tuxanci_ng@62 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/server.h')
-rw-r--r--include/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/server.h b/include/server.h
index 08a8af2..8d97ed3 100644
--- a/include/server.h
+++ b/include/server.h
@@ -76,11 +76,13 @@ extern void setServerMaxClients(int n);
extern void sendClient(client_t *p, char *msg);
extern void sendAllClientBut(char *msg, client_t *p);
extern void sendAllClient(char *msg);
+extern void sendAllClientSeesTux(char *msg, tux_t *tux);
extern void addMsgClient(client_t *p, char *msg, int id);
extern void addMsgAllClientBut(char *msg, client_t *p, int id);
extern void addMsgAllClient(char *msg, int id);
+extern tux_t *getServerTux();
extern void eventClientListBuffer();
extern void sendInfoCreateClient(client_t *client);
extern void eventServer();