Split bidi16.c and network.c out of misc/ into their respective dlls.
[wine.git] / tools / wmc / write.h
blob18127174ff17f868f3985a47d0573d378ee4e3f3
1 /*
2 * Wine Message Compiler outpur generation
4 * Copyright 2000 Bertho A. Stultiens (BS)
6 */
7 #ifndef __WMC_WRITE_H
8 #define __WMC_WRITE_H
10 void write_h_file(const char *fname);
11 void write_rc_file(const char *fname);
12 void write_bin_files(void);
14 #endif