X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fbgmscript.qh;h=2ce69ca2c361a7b504a69b5c4714f94245a6d90f;hb=9e63dc38df3fe296521afd864ae6d63a5e898fe4;hp=fba28762a349652a1a27616083a509f9f7d0b6a9;hpb=117fa45380851579df9e6c465a207d733f6ca748;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/bgmscript.qh b/qcsrc/client/bgmscript.qh index fba28762a..2ce69ca2c 100644 --- a/qcsrc/client/bgmscript.qh +++ b/qcsrc/client/bgmscript.qh @@ -1,8 +1,12 @@ -#ifndef BGMSCRIPT_H -#define BGMSCRIPT_H +#pragma once -.float just_toggled; +#include + +float autocvar_bgmvolume; + +classfield(BGMScript) .float just_toggled; + +float bgmtime; void BGMScript_InitEntity(entity e); -float BGMScript(entity e); -#endif +float doBGMScript(entity e);