]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Fix missing includes in common/physics/player.qh
authorotta8634 <k9wolf@pm.me>
Tue, 24 Sep 2024 09:03:30 +0000 (17:03 +0800)
committerotta8634 <k9wolf@pm.me>
Tue, 24 Sep 2024 09:45:50 +0000 (17:45 +0800)
commitc748bbf4e1e998c3b5bcee24d8e1bd526a41522b
tree70d0226f7d888883e5ee8244887de7ae77b46882
parent0751313fa27ea9e228900e45b1590862c9818d4f
Fix missing includes in common/physics/player.qh

common/physics/player.qh didn't include client/csqcmodel_hooks.qh, common/resources/cl_resources.qh,
nor lib/csqcmodel/common.qh when CSQC is defined, but all were needed.
These includes were previously added to strafehud and physics hud just so it'd compile.
Relocated to proper place now
qcsrc/client/hud/panel/physics.qc
qcsrc/client/hud/panel/strafehud.qc
qcsrc/common/physics/player.qh