readres.h 244 Bytes
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/*
 * Read binary resource prototypes
 *
 * Copyright 1998 Bertho A. Stultiens (BS)
 *
 */

#ifndef __WRC_READRES_H
#define __WRC_READRES_H

#ifndef __WRC_WRCTYPES_H
#include "wrctypes.h"
#endif

resource_t *read_resfile(char *inname);

#endif