1 #ifndef __COMPRESSORTOOLS_INC__
2 #define __COMPRESSORTOOLS_INC__
5 class CompressorConfigBase;
6 class CompressorClientFrame;
7 class CompressorFreqFrame;
8 class CompressorGainFrame;
9 class CompressorEngine;
11 class CompressorPaste;
12 class CompressorClearGraph;
13 class CompressorPopup;
15 #define GRAPH_BG_COLOR 0x559977
16 #define GRAPH_BORDER1_COLOR 0xeeaa44
17 #define GRAPH_BORDER2_COLOR 0xeeaaff
18 #define GRAPH_GRID_COLOR 0xeeffcc
19 #define GRAPH_ACTIVE_COLOR 0x99cc77
20 #define GRAPH_INACTIVE_COLOR 0x666688