00001 // -*- C++ -*- 00044 #ifndef MUTROUTEICONS_H 00045 #define MUTROUTEICONS_H 00046 00047 #include "Defs.h" 00048 #include "MutIcon.h" 00049 00050 extern MutIcon NewInputDevBitmap; 00051 extern MutIcon MidiInputDevBitmap; 00052 extern MutIcon NewOutputDevBitmap; 00053 extern MutIcon MidiOutputDevBitmap; 00054 extern MutIcon MidiFileBitmap; 00055 extern MutIcon GuidoFileBitmap; 00056 extern MutIcon BoxBitmap; 00057 extern MutIcon NewBoxBitmap; 00058 extern MutIcon ActiveChannelBitmap; 00059 extern MutIcon PassiveChannelBitmap; 00060 00061 bool initMutIconShapes(); 00062 00063 #endif /* MUTROUTEICONS_H */ 00064 /* 00065 * \} 00066 */