REDRIVER2/src_rebuild/GAME/C/ENVIRO.H

11 lines
195 B
C++
Raw Normal View History

#ifndef ENVIRO_H
#define ENVIRO_H
extern void Env_MakeColourAddTable(short *shinysrc, char *polytable, int length); // 0x00044E88
extern void Init_Reflection_Mapping(); // 0x00044F08
#endif