00001 00007 #ifndef __PPM_DRAW_H__ 00008 #define __PPM_DRAW_H__ 00009 00010 /* Public routines */ 00011 void ppm_init_hook(void); 00012 00013 /* Namespace for notational convenience */ 00014 namespace WtScale { // 00017 enum Type { 00018 Fixed =0, 00019 //Inhib =1, 00020 Count =2, 00021 Active =3, 00022 PeakRelative =4, 00023 Relative =5 00024 }; 00025 } 00026 00027 #endif