1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-13 13:58:30 +00:00
re3/src/audio/sampman.cpp
2020-04-23 11:24:03 +03:00

7 lines
124 B
C++

#pragma once
#include "common.h"
#ifndef OPENAL
#include "miles\sampman_mss.cpp"
#else
#include "openal\samp_oal.cpp"
#endif