mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 02:26:52 +01: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 |