efl/src/examples/eo/isa/eo_isa_complex.h

11 lines
172 B
C

#ifndef COMPLEX_H
#define COMPLEX_H
#include "Eo.h"
#include "eo_isa_simple.h"
#define COMPLEX_CLASS complex_class_get()
const Eo_Class *complex_class_get(void);
#endif