efl/src/bin/eolian2/sources.h

9 lines
152 B
C

#ifndef EOLIAN_GEN_SOURCES_H
#define EOLIAN_GEN_SOURCES_H
#include "main.h"
void eo_gen_source_gen(const Eolian_Class *cl, Eina_Strbuf *buf);
#endif