1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-05-08 14:42:34 +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