X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fladder.qh;h=26cbbda032b0422dc6f7e9c6e749be79a4ccd3d7;hb=b559156a228268270dad0fcd414aaf47d628bd66;hp=11eeeda26aed6182fa44cf8eccd39f083a75164f;hpb=ff442844108257ce535eae6dc08eaf659ff5efd7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/func/ladder.qh b/qcsrc/common/triggers/func/ladder.qh index 11eeeda26..26cbbda03 100644 --- a/qcsrc/common/triggers/func/ladder.qh +++ b/qcsrc/common/triggers/func/ladder.qh @@ -1,6 +1,4 @@ +#pragma once + .float ladder_time; .entity ladder_entity; - -#ifdef CSQC -void ent_func_ladder(); -#endif