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

11 lines
172 B
C
Raw Normal View History

#ifndef COMPLEX_H
#define COMPLEX_H
#include "Eo.h"
2012-09-25 23:56:52 -07:00
#include "eo_isa_simple.h"
#define COMPLEX_CLASS complex_class_get()
const Eo_Class *complex_class_get(void);
#endif