mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 00:30:00 +00:00
Linux build support
This commit is contained in:
parent
c66c45f4c8
commit
8a4fa58cd4
54 changed files with 1373 additions and 362 deletions
|
@ -50,8 +50,13 @@ extern "C" {
|
|||
|
||||
|
||||
#else // OPENAL
|
||||
#ifndef _WIN32
|
||||
#include <AL/al.h>
|
||||
#include <string.h>
|
||||
#else
|
||||
#include <al.h>
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef GUID_DEFINED
|
||||
#define GUID_DEFINED
|
||||
typedef struct _GUID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue