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