blob: 18127174ff17f868f3985a47d0573d378ee4e3f3 [file] [log] [blame]
Bertho Stultiens30855912000-06-13 04:34:41 +00001/*
2 * Wine Message Compiler outpur generation
3 *
4 * Copyright 2000 Bertho A. Stultiens (BS)
5 *
6 */
7#ifndef __WMC_WRITE_H
8#define __WMC_WRITE_H
9
10void write_h_file(const char *fname);
11void write_rc_file(const char *fname);
12void write_bin_files(void);
13
14#endif