quakeforge/libs/object
Bill Currie 77b2942982 several libs can now get built as dlls in windows: console, gamecode,
gamecode_builtins, gib, image, modules, object, ruamoko and util.
2004-01-19 07:47:41 +00:00
..
.gitignore don't need to see these :) 2003-12-19 04:25:07 +00:00
ArrayList.c Garbage collection: 2003-12-09 02:01:05 +00:00
Collection.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Double.c Garbage collection: 2003-12-09 02:01:05 +00:00
Integer.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Iterator.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
List.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Makefile.am several libs can now get built as dlls in windows: console, gamecode, 2004-01-19 07:47:41 +00:00
Number.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
String.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
garbage.c Added a finalize method to all Objects and modified the garbage 2003-12-09 06:57:35 +00:00
object.c use calloc instead of malloc when creating objects. clears up some 2004-01-09 23:04:08 +00:00