source:
trunk/tools/wrc/readres.h@
10367
Last change on this file since 10367 was 882, checked in by , 26 years ago | |
---|---|
File size: 244 bytes |
Line | |
---|---|
1 | /* |
2 | * Read binary resource prototypes |
3 | * |
4 | * Copyright 1998 Bertho A. Stultiens (BS) |
5 | * |
6 | */ |
7 | |
8 | #ifndef __WRC_READRES_H |
9 | #define __WRC_READRES_H |
10 | |
11 | #ifndef __WRC_WRCTYPES_H |
12 | #include "wrctypes.h" |
13 | #endif |
14 | |
15 | resource_t *read_resfile(char *inname); |
16 | |
17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.