REDRIVER2/src_rebuild/GAME/C/ENVSOUND.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

9 lines
110 B
C

#ifndef ENVSOUND_H
#define ENVSOUND_H
extern void AddEnvSounds(int level, int time); // 0x00044F60
#endif