1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-10 20:45:30 +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