X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fvehicles%2Fvehicles.qh;h=7e509e91ea8345d9b52914aa4414a50d66941f35;hb=84a38fdd5472807230568b020e13a5adc73532f6;hp=1cd91006bd8688a0338b920eeeeb98d4ecb3d554;hpb=35e8f712933b0ebf9b163b7289cf975825b33803;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/vehicles/vehicles.qh b/qcsrc/client/vehicles/vehicles.qh index 1cd91006b..7e509e91e 100644 --- a/qcsrc/client/vehicles/vehicles.qh +++ b/qcsrc/client/vehicles/vehicles.qh @@ -1,57 +1,9 @@ #ifndef VEHICLES_H #define VEHICLES_H -#if defined(CSQC) - #include "../../common/util-pre.qh" - #include "../sys-pre.qh" - #include "../../dpdefs/csprogsdefs.qh" - #include "../sys-post.qh" - #include "../defs.qh" - #include "../../dpdefs/keycodes.qh" - #include "../../common/constants.qh" - #include "../../common/stats.qh" - #include "../../warpzonelib/anglestransform.qh" - #include "../../warpzonelib/mathlib.qh" - #include "../../warpzonelib/common.qh" - #include "../../warpzonelib/client.qh" - #include "../../common/playerstats.qh" - #include "../../common/teams.qh" - #include "../../common/util.qh" - #include "../../common/nades.qh" - #include "../../common/buffs.qh" - #include "../../common/test.qh" - #include "../../common/counting.qh" - #include "../../common/weapons/weapons.qh" - #include "../../common/mapinfo.qh" - #include "../../common/command/markup.qh" - #include "../../common/command/rpn.qh" - #include "../../common/command/generic.qh" - #include "../../common/command/shared_defs.qh" - #include "../../common/urllib.qh" - #include "../../common/animdecide.qh" - #include "../command/cl_cmd.qh" - #include "../../common/monsters/monsters.qh" - #include "../autocvars.qh" - #include "../../common/notifications.qh" - #include "../../common/deathtypes.qh" - #include "../damage.qh" - #include "../../csqcmodellib/interpolate.qh" - #include "../teamradar.qh" - #include "../hud.qh" - #include "../scoreboard.qh" - #include "../waypointsprites.qh" - #include "../movetypes.qh" - #include "../prandom.qh" - #include "../bgmscript.qh" - #include "../noise.qh" - #include "../tturrets.qh" - #include "../../server/tturrets/include/turrets_early.qh" - #include "../main.qh" -#elif defined(MENUQC) -#elif defined(SVQC) -#endif - void RaptorCBShellfragDraw(); void RaptorCBShellfragToss(vector _org, vector _vel, vector _ang); void Vehicles_Precache(); -#endif \ No newline at end of file +void Net_AuXair2(bool bIsNew); +void Net_VehicleSetup(); +#endif