REDRIVER2/src_rebuild/Game/ASM/compres.h
2020-12-28 14:51:40 +06:00

7 lines
107 B
C

#ifndef COMPRES_H
#define COMPRES_H
extern char* decomp_asm(char* dest, char* src); // 0x0002D298
#endif