mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
6b46cde7c8
Going by "standard" Objective-C, retainCount really doesn't belong in Object itself. The way GNUStep does it is to stash retainCount in memory just below the object by allocating extra bytes for the count and returning a pointer just beyond those extra bytes. Now Ruamoko does the same. This fixes the inconsistencies in structure layouts for Protocol and class structs between qfcc generated (internal) structs and user visible structs. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
models | ||
net | ||
qw | ||
ruamoko | ||
util | ||
video | ||
Makefile.am |