#ifndef DEFINECOLOR_H #define DEFINECOLOR_H // specify the name of your Color class here class CT_Color; namespace AMKgl { // specify your Color class here typedef CT_Color GlobalColor; } #endif // DEFINECOLOR_H