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