mirror of
https://github.com/halpz/re3.git
synced 2025-01-10 20:45:30 +00:00
7 lines
120 B
C
7 lines
120 B
C
#pragma once
|
|
#include "common.h"
|
|
#ifndef OPENAL
|
|
#include "miles\sampman_mss.h"
|
|
#else
|
|
#include "openal\samp_oal.h"
|
|
#endif |