X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fbgmscript.qh;h=e1be9c805ca69e4512c7b9038ccaa88a9eb617a7;hp=910ef6b5df006c69f3347ad33363498d31f53a74;hb=4bd11aeeefd1c90b1dd3a55beaf13f5e48de083b;hpb=4dd3c23aa51dd6fe855d8c5d97126a12a372eb3b diff --git a/qcsrc/client/bgmscript.qh b/qcsrc/client/bgmscript.qh index 910ef6b5d..e1be9c805 100644 --- a/qcsrc/client/bgmscript.qh +++ b/qcsrc/client/bgmscript.qh @@ -1,14 +1,8 @@ -#ifndef BGMSCRIPT_H -#define BGMSCRIPT_H +#pragma once -.string bgmscript; -.float bgmscriptattack; -.float bgmscriptdecay; -.float bgmscriptsustain; -.float bgmscriptrelease; +#include -.float just_toggled; +classfield(BGMScript) .float just_toggled; void BGMScript_InitEntity(entity e); -float BGMScript(entity e); -#endif +float doBGMScript(entity e);