diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-12 16:36:13 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-12 16:36:13 +0000 |
| commit | 9751218f594526982877332d6ca0fa90b67bbb7b (patch) | |
| tree | 2acbc70e3d8432bb80ef70470bda75ba93bc2593 /modules/list.h | |
| parent | 4919e623c6695a80aaf96187253756dcbb72bf87 (diff) | |
- prva cast prepisu kodu pre pozuivanie space_t a space_t API, ktore je optimalizovany pre ukladanie informacii o
objektoch vo velkych mapach.
POZOR: nie je vhodne kompilovat ako gameserver ( pre istotu to ani nejde ) // este to msusim doorbit :)
git-svn-id: http://opensvn.csie.org/tuxanci_ng@63 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'modules/list.h')
| -rwxr-xr-x | modules/list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/list.h b/modules/list.h index 8722baa..5a15786 100755 --- a/modules/list.h +++ b/modules/list.h @@ -25,6 +25,7 @@ extern int searchListItem(list_t *p, void *n); extern void delList(list_t *p,int n); extern void delListItem(list_t *p,int n,void *f); +extern void listDoEmpty(list_t *p); extern void destroyList(list_t *p); extern void destroyListItem(list_t *p,void *f); |