quakeforge/ruamoko
Bill Currie 4868a245b3 Fix the "for new syntax" FIXME.
Empty structs are now (correctly) invalid. The hack of using an empty
struct to represent a handle returned from a builtin has been unnecessary
since opaque structs were implemented: now a pointer to an opaque struct
can be used. This is mostly safe as handles are aways negative and thus
attempting to dereference such a pointer should result in a VM error. It
will be even safer once const is implemented and the pointers can be made
constant (eg, typedef struct handle * const handle;)
2012-12-20 10:10:41 +09:00
..
cl_menu Add a new crosshair. 2012-12-12 19:36:18 +09:00
game Build our ruamoko stuff with optimizations :) 2012-12-01 11:20:06 +09:00
gui Build our ruamoko stuff with optimizations :) 2012-12-01 11:20:06 +09:00
include Fix the "for new syntax" FIXME. 2012-12-20 10:10:41 +09:00
lib Fix the "for new syntax" FIXME. 2012-12-20 10:10:41 +09:00
scheme Build our ruamoko stuff with optimizations :) 2012-12-01 11:20:06 +09:00
Doxyfile.in Update for doxygen 1.8.1 2012-07-15 07:39:50 +09:00
Makefile.am Doc fixes 2010-12-16 06:24:54 -05:00