mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 03:42:34 +01:00
9 lines
88 B
C++
9 lines
88 B
C++
|
#ifndef COMPRES_H
|
||
|
#define COMPRES_H
|
||
|
|
||
|
|
||
|
extern void decomp_asm() ; // 0x0002D298
|
||
|
|
||
|
|
||
|
#endif
|