X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fbreakable.qh;h=761a2c7a98f350fe53629bc13f74e3874eb19673;hb=641c47df604de42c11c68a7d80813b29affcefb2;hp=b641d9446252890935a608795aff02c1ebb62829;hpb=86c9dc7c3696c329496b06375c1e79fb407401ce;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/func/breakable.qh b/qcsrc/common/triggers/func/breakable.qh index b641d9446..761a2c7a9 100644 --- a/qcsrc/common/triggers/func/breakable.qh +++ b/qcsrc/common/triggers/func/breakable.qh @@ -1,8 +1,5 @@ -#ifndef TRIGGERS_FUNC_BREAKABLE_H -#define TRIGGERS_FUNC_BREAKABLE_H +#pragma once #ifdef SVQC -void spawnfunc_func_breakable(); -#endif - +spawnfunc(func_breakable); #endif