mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-25 11:41:13 +00:00
I want to be able to use name references, but that requires string items, so anything that would normally be dictionary or array (or binary, even) would also need to accept string. This seemed to be the cleanest solution. Any custom parser would then need to check the type and act appropriately, but any inappropriate types have already been pre-filtered by the standard parsers. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
models | ||
net | ||
qw | ||
ruamoko | ||
util | ||
video | ||
Makemodule.am |