X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vu_common.h;fp=vu_common.h;h=c9a62a876c60d65f76cf8dba2f8f88da8e972467;hb=cf7b9ee186d4ef8e5da0531b75854c97b821be44;hp=9c7098e619edc4aa9582735cec3fc186363648c1;hpb=0f92317cbf05facc242ff50756331ebd9a539dc8;p=nageru diff --git a/vu_common.h b/vu_common.h index 9c7098e..c9a62a8 100644 --- a/vu_common.h +++ b/vu_common.h @@ -1,7 +1,7 @@ #ifndef _VU_COMMON_H #define _VU_COMMON_H 1 -#include +class QPainter; double lufs_to_pos(float level_lu, int height, float min_level, float max_level);