mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
The array has to be allocated using byte elements and thus the size of the array is the number of bytes, but it needs to be the actual number of elements in the array. Problem caused by not knowing the actual type (and C not having type variables anyway). |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
models | ||
net | ||
qw | ||
ruamoko | ||
util | ||
video | ||
Makemodule.am |