mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-13 07:19:15 +00:00
7 lines
124 B
C++
7 lines
124 B
C++
#pragma once
|
|
#include "common.h"
|
|
#ifndef OPENAL
|
|
#include "miles\sampman_mss.cpp"
|
|
#else
|
|
#include "openal\samp_oal.cpp"
|
|
#endif |