1 2 3 4 5 6 7 8 9
#ifndef SIMPLE7_H #define SIMPLE7_H #include "Eo.h" #define SIMPLE7_CLASS simple7_class_get() const Eo_Class *simple7_class_get(void); #endif