summaryrefslogtreecommitdiff
path: root/src/tests/constructors/simple7.h
blob: 3710b62c141b95e4e2fd4fb5afed86c3b3b1aa0e (plain)
1
2
3
4
5
6
7
8
9
#ifndef SIMPLE7_H
#define SIMPLE7_H

#include "Eo.h"

#define SIMPLE7_CLASS simple7_class_get()
const Eo_Class *simple7_class_get(void);

#endif