mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
7 lines
107 B
C
7 lines
107 B
C
#ifndef COMPRES_H
|
|
#define COMPRES_H
|
|
|
|
extern char* decomp_asm(char* dest, char* src); // 0x0002D298
|
|
|
|
#endif
|