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