mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-27 13:43:44 +00:00
7 lines
No EOL
120 B
C
7 lines
No EOL
120 B
C
#pragma once
|
|
#include "common.h"
|
|
#ifndef OPENAL
|
|
#include "miles\sampman_mss.h"
|
|
#else
|
|
#include "openal\samp_oal.h"
|
|
#endif |