REDRIVER2/src_rebuild/GAME/C/ENVIRO.H
Ilya Shurumov c40d40bd22 - added sources rebuilt with TDR and partially decompiled intro sequence
- moved necessary data to new sources
- running intro with TOMB5 HLE emulator
2020-03-28 03:25:35 +06:00

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