mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 11:52:32 +01:00
c40d40bd22
- moved necessary data to new sources - running intro with TOMB5 HLE emulator
9 lines
123 B
C
9 lines
123 B
C
#ifndef TEXT_H
|
|
#define TEXT_H
|
|
|
|
|
|
extern int ParseLanguageFile__FPci(char *textBuffer, int language); // 0x001004C8
|
|
|
|
|
|
#endif
|