mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-04-12 09:51:17 +02: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 |