mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 19:02:35 +01:00
c40d40bd22
- moved necessary data to new sources - running intro with TOMB5 HLE emulator
11 lines
195 B
C
11 lines
195 B
C
#ifndef ENVIRO_H
|
|
#define ENVIRO_H
|
|
|
|
|
|
extern void Env_MakeColourAddTable(short *shinysrc, char *polytable, int length); // 0x00044E88
|
|
|
|
extern void Init_Reflection_Mapping(); // 0x00044F08
|
|
|
|
|
|
#endif
|