#ifndef DEFINENORMAL_H #define DEFINENORMAL_H // specify the name of your Normal class here class DummyNormal; namespace AMKgl { // specify your Normal class here typedef DummyNormal Normal; } #endif // DEFINENORMAL_H