repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Mostly changes ported from ABIv0 branch:
[AROS.git]
/
tools
/
genmodule
/
boopsisupport.h
blob
a30468ab4760d649e7e020434395faa14321ae28
1
#include
"config.h"
2
#include
"functionhead.h"
3
4
#include <stdio.h>
5
6
void
writeboopsiincludes
(
FILE
*
out
);
7
void
writeclassinit
(
struct
config
*
cfg
,
FILE
*
out
,
struct
classinfo
*);
8
void
writeboopsidispatcher
(
struct
config
*
cfg
,
FILE
*
out
,
struct
classinfo
*);