(svn r1763) -Add: pool.c / pool.h: generalized routines for dynamic arrays (MemoryPools)

This commit is contained in:
truelight
2005-02-01 18:30:11 +00:00
parent c02c35e256
commit 6d5fdc2b68
5 changed files with 147 additions and 0 deletions

View File

@@ -276,6 +276,10 @@ SOURCE=.\oldloader.c
SOURCE=.\pathfind.c
# End Source File
# Begin Source File
SOURCE=.\pool.c
# End Source File
# Begin Source File
SOURCE=.\players.c
# End Source File
@@ -513,6 +517,10 @@ SOURCE=.\npf.h
SOURCE=.\pathfind.h
# End Source File
# Begin Source File
SOURCE=.\pool.h
# End Source File
# Begin Source File
SOURCE=.\player.h
# End Source File