]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
strafehud: split into multiple files, put code segments into functions
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Mon, 2 Sep 2024 16:58:59 +0000 (18:58 +0200)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Mon, 2 Sep 2024 16:58:59 +0000 (18:58 +0200)
commit4295f5a49e577fa0f6bc17f63b39c13b9fa81017
treee102b2f0ecaf1a9b7a03fe0e903504a52c5e189c
parent88ce699ae84b2ecb0a5b20bac72fdbeb7136b270
strafehud: split into multiple files, put code segments into functions
14 files changed:
qcsrc/client/hud/panel/_mod.inc
qcsrc/client/hud/panel/_mod.qh
qcsrc/client/hud/panel/strafehud.qc
qcsrc/client/hud/panel/strafehud.qh
qcsrc/client/hud/panel/strafehud/_mod.inc [new file with mode: 0644]
qcsrc/client/hud/panel/strafehud/_mod.qh [new file with mode: 0644]
qcsrc/client/hud/panel/strafehud/core.qc [new file with mode: 0644]
qcsrc/client/hud/panel/strafehud/core.qh [new file with mode: 0644]
qcsrc/client/hud/panel/strafehud/draw.qc [new file with mode: 0644]
qcsrc/client/hud/panel/strafehud/draw.qh [new file with mode: 0644]
qcsrc/client/hud/panel/strafehud/extra.qc [new file with mode: 0644]
qcsrc/client/hud/panel/strafehud/extra.qh [new file with mode: 0644]
qcsrc/client/hud/panel/strafehud/util.qc [new file with mode: 0644]
qcsrc/client/hud/panel/strafehud/util.qh [new file with mode: 0644]