]> git.xonotic.org Git - xonotic/darkplaces.git/commit
menuqc: declare localcmd() and deduplicate it
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 2 Apr 2024 07:03:40 +0000 (17:03 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 2 Apr 2024 07:17:11 +0000 (17:17 +1000)
commit812b494bd9c125b5f4d4e378d4a688d3ba51f706
tree65b447deae13107ad98d8bdaebf2eeb7544cdfee
parentb90bedab8f37687a692e40ff0cffe43100f0ded6
menuqc: declare localcmd() and deduplicate it

It's awkward having a different name for the same builtin in a different
VM, Xonotic was working around it (for code sharing) with a macro.
clvm_cmds.c
dpdefs/menudefs.qc
mvm_cmds.c
prvm_cmds.c
prvm_cmds.h
svvm_cmds.c