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