public import "ecere" private: // would be nice not to have to do this define sizeoftype = GetTypeSize(type); int GetTypeSize(Class type) { return type.typeSize; }