diff options
| author | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-24 15:58:27 +0000 |
|---|---|---|
| committer | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-24 15:58:27 +0000 |
| commit | b0c18ef9dfe4703484e03a836e44366294afa4ac (patch) | |
| tree | 5a4ec90bbfdff47de224abc1eaaf4efd8095a763 /include/shot.h | |
| parent | aec5ba5ca31f3d7c895beb658a93c353b2b8d5c1 (diff) | |
- 'BUBLIC_SERVER' replaced with 'PUBLIC_SERVER'
- small changes in Makefile
git-svn-id: http://opensvn.csie.org/tuxanci_ng@34 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/shot.h')
| -rw-r--r-- | include/shot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/shot.h b/include/shot.h index d0460e2..d3e9bcc 100644 --- a/include/shot.h +++ b/include/shot.h @@ -4,7 +4,7 @@ #define SHOT_H #include "main.h" -#ifndef BUBLIC_SERVER +#ifndef PUBLIC_SERVER #include "interface.h" #endif #include "list.h" @@ -29,7 +29,7 @@ typedef struct shot_struct tux_t *author; bool_t isCanKillAuthor; -#ifndef BUBLIC_SERVER +#ifndef PUBLIC_SERVER SDL_Surface *img; #endif } shot_t; @@ -37,7 +37,7 @@ typedef struct shot_struct extern bool_t isShotInicialized(); extern void initShot(); extern shot_t* newShot(int x,int y, int px, int py, int gun, tux_t *author); -#ifndef BUBLIC_SERVER +#ifndef PUBLIC_SERVER extern void drawShot(shot_t *p); extern void drawListShot(list_t *listShot); #endif |