Files
RomWBW/Source/Images/d_hitechc/u0/OVERLAY.H

7 lines
128 B
C

#ifndef _HTC_OVERLAY_H
#define _HTC_OVERLAY_H
#include <stdint.h>
intptr_t ovrload(char *ovr_name,intptr_t args);
#endif