1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 00:17:36 +00:00
re3/src/audio/sampman.h
2020-04-23 11:24:03 +03:00

7 lines
120 B
C

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