Release 980628
[wine/multimedia.git] / tools / wrc / writeres.h
blob08da1b29bf5e735888241a05d859d1687730811c
1 /*
2 * Write resource prototypes
4 * Copyright 1998 Bertho A. Stultiens (BS)
6 */
8 #ifndef __WRC_WRITERES_H
9 #define __WRC_WRITERES_H
11 #ifndef __WRC_WRCTYPES_H
12 #include "wrctypes.h"
13 #endif
15 void write_resfile(char *outname, resource_t *top);
16 void write_s_file(char *outname, resource_t *top);
17 void write_h_file(char *outname, resource_t *top);
19 #endif