From c94fd664bba352732bf0e5c9a77e709b49f1aa4f Mon Sep 17 00:00:00 2001 From: oroborus Date: Mon, 26 May 2008 12:45:53 +0000 Subject: - mensie upravy v kode - navod na zostavovanie projektu - da sa to skompilovat :D - PS: este to nie je odladene, a musim sa ucit na prijmacky na FEI git-svn-id: http://opensvn.csie.org/tuxanci_ng@54 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- include/item.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/item.h') diff --git a/include/item.h b/include/item.h index 3413452..7c1043a 100644 --- a/include/item.h +++ b/include/item.h @@ -62,6 +62,7 @@ extern bool_t isItemInicialized(); extern void initItem(); extern item_t* newItem(int x, int y, int type, int author_id); extern item_t* getItemID(list_t *listItem, int id); +extern void replaceItemID(item_t *item, int id); extern void addNewItem(list_t *listItem, int author_id); #ifndef PUBLIC_SERVER extern void drawItem(item_t *p); -- cgit v1.2.3