mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 11:52:32 +01:00
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
|