1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef _DIAL_DLG_INC #define _DIAL_DLG_INC void ResetDlgHotkey(); void ShowDialDialog(bool activate); void SetLevels(float in, float out); void RefreshLineInfo(); void InitDialDialog(); void DeinitDialDialog(); #endif