summaryrefslogtreecommitdiff
path: root/src/bin/eolian/sources.h
blob: 7d2e8d3db0e20f54546ceacf4eb85a5577c68950 (plain)
1
2
3
4
5
6
7
8
9
#ifndef EOLIAN_GEN_SOURCES_H
#define EOLIAN_GEN_SOURCES_H

#include "main.h"

void eo_gen_source_gen(const Eolian_Unit *src, const Eolian_Class *cl, Eina_Strbuf *buf);
void eo_gen_impl_gen(const Eolian_Unit *src, const Eolian_Class *cl, Eina_Strbuf *buf);

#endif