refactored some code. compiles now without suppresing any warning with gcc-6.3.0.
[AROS.git] / tools / genmodule / oopsupport.h
blob252e06421000c1ac98a4f5c7bdfaa8cd79dccadb
1 /*
2 Copyright © 2005, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Include file for genmodules support for oop.library classes
6 */
7 #ifndef OOPSUPPORT_H
8 #define OOPSUPPORT_H
10 #include "config.h"
11 #include "functionhead.h"
13 #include <stdio.h>
15 void writeoopincludes(FILE *out);
16 void writeoopinit(FILE *out, struct classinfo *);
18 #endif /* OOPSUPPORT_H */