efl/src/bin/eolian/headers.h

9 lines
170 B
C
Raw Normal View History

2016-09-19 08:36:48 -07:00
#ifndef EOLIAN_GEN_HEADERS_H
#define EOLIAN_GEN_HEADERS_H
#include "main.h"
void eo_gen_header_gen(const Eolian_Class *cl, Eina_Strbuf *buf, Eina_Bool legacy);
#endif