From b0c18ef9dfe4703484e03a836e44366294afa4ac Mon Sep 17 00:00:00 2001 From: xHire Date: Mon, 24 Mar 2008 15:58:27 +0000 Subject: - '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 --- include/shot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/shot.h') 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 -- cgit v1.2.3