Serge Ivanov
[wine.git] / tools / wrc / dumpres.h
blob3c17cc007eb49d99f7d8f3cae983153d9077340e
1 /*
2 * Dump resource prototypes
4 * Copyright 1998 Bertho A. Stultiens (BS)
6 */
8 #ifndef __WRC_DUMPRES_H
9 #define __WRC_DUMPRES_H
11 #ifndef __WRC_WRCTYPES_H
12 #include "wrctypes.h"
13 #endif
15 char *get_typename(resource_t* r);
16 void dump_resources(resource_t *top);
17 char *get_nameid_str(name_id_t *n);
19 #endif