X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqcmodel_hooks.qh;h=16cc29a0b06b10da56bb51174145dde8cd95df79;hb=HEAD;hp=165008ee940e76de7fd51ba1956c6057e566129f;hpb=b12384978a6b1ad4ca08c8a35f8a197a36ec5e05;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/csqcmodel_hooks.qh b/qcsrc/client/csqcmodel_hooks.qh index 165008ee9..d7ccc5213 100644 --- a/qcsrc/client/csqcmodel_hooks.qh +++ b/qcsrc/client/csqcmodel_hooks.qh @@ -48,4 +48,6 @@ const int MF_TRACER3 = BIT(7); // purple trail void CSQCModel_Effects_Apply(entity this); +void CSQCModel_LOD_Apply(entity this, bool isplayer); + void CSQCModel_Hook_PreDraw(entity this, bool isplayer);