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