source:
trunk/tools/wrc/dumpres.h
| Last change on this file was 5522, checked in by , 25 years ago | |
|---|---|
| File size: 306 bytes | |
| Rev | Line | |
|---|---|---|
| [882] | 1 | /* |
| 2 | * Dump resource prototypes | |
| 3 | * | |
| 4 | * Copyright 1998 Bertho A. Stultiens (BS) | |
| 5 | * | |
| 6 | */ | |
| 7 | ||
| 8 | #ifndef __WRC_DUMPRES_H | |
| 9 | #define __WRC_DUMPRES_H | |
| 10 | ||
| 11 | #ifndef __WRC_WRCTYPES_H | |
| 12 | #include "wrctypes.h" | |
| 13 | #endif | |
| 14 | ||
| 15 | char *get_typename(resource_t* r); | |
| 16 | void dump_resources(resource_t *top); | |
| [5522] | 17 | char *get_nameid_str(name_id_t *n); |
| [882] | 18 | |
| 19 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
