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
/
muisupport.h
blob
7ccf1ebb62f30208d85d2036a41847690fdd2b94
1
#include
"config.h"
2
#include
"functionhead.h"
3
4
#include <stdio.h>
5
6
void
writemuiincludes
(
FILE
*
out
);
7
void
writemccinit
(
struct
config
*
cfg
,
FILE
*
out
,
int
inclass
,
struct
classinfo
*);
8
void
writemccquery
(
FILE
*
out
,
struct
config
*);