re3/src/audio/sampman.h

7 lines
120 B
C
Raw Normal View History

2019-08-02 20:20:12 +00:00
#pragma once
#include "common.h"
2020-04-23 08:24:03 +00:00
#ifndef OPENAL
#include "miles\sampman_mss.h"
#else
#include "openal\samp_oal.h"
#endif