mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-24 11:22:39 +01:00
c40d40bd22
- moved necessary data to new sources - running intro with TOMB5 HLE emulator
9 lines
110 B
C
9 lines
110 B
C
#ifndef ENVSOUND_H
|
|
#define ENVSOUND_H
|
|
|
|
|
|
extern void AddEnvSounds(int level, int time); // 0x00044F60
|
|
|
|
|
|
#endif
|