X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fbgmscript.qh;h=d979e79d0731042f9d26579e6917bf50a0d34bd4;hb=81725cd0e0d0d22d9a667070c985647522a45955;hp=cd70955cb428709ddb29a931189e6a2b536a9679;hpb=263c592e468eeeffb2755d204b21eb13e398adac;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/bgmscript.qh b/qcsrc/client/bgmscript.qh index cd70955cb..d979e79d0 100644 --- a/qcsrc/client/bgmscript.qh +++ b/qcsrc/client/bgmscript.qh @@ -1,5 +1,5 @@ -#ifndef BGMSCRIPT_H -#define BGMSCRIPT_H +#ifndef CLIENT_BGMSCRIPT_H +#define CLIENT_BGMSCRIPT_H entityclass(BGMScript); class(BGMScript) .string bgmscript; @@ -10,6 +10,9 @@ class(BGMScript) .float bgmscriptrelease; class(BGMScript) .float just_toggled; +#ifdef CSQC void BGMScript_InitEntity(entity e); float doBGMScript(entity e); #endif + +#endif