summaryrefslogtreecommitdiff
path: root/src/tests/constructors/simple3.h
blob: dbb3841cc7a6edffffdbc9089ed27f09081ea8a6 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SIMPLE3_H
#define SIMPLE3_H

#include "Eo.h"

#define SIMPLE3_CLASS simple3_class_get()
const Eo_Class *simple3_class_get(void);

#endif