Sign in
◑
Theme
goma
/
wine
/
1c3c1e4fe6214ef37a89148ae6203f82eaed1e69
/
.
/
tools
/
wmc
/
write.h
blob: 18127174ff17f868f3985a47d0573d378ee4e3f3 [
file
]
/*
* Wine Message Compiler outpur generation
*
* Copyright 2000 Bertho A. Stultiens (BS)
*
*/
#ifndef
__WMC_WRITE_H
#define
__WMC_WRITE_H
void
write_h_file
(
const
char
*
fname
);
void
write_rc_file
(
const
char
*
fname
);
void
write_bin_files
(
void
);
#endif