Working version for linux

This commit is contained in:
jancoow
2016-06-20 20:00:58 +02:00
parent f84fcfa4e2
commit 030a136e8b
11 changed files with 36 additions and 24 deletions
+8 -1
View File
@@ -1,9 +1,16 @@
#pragma once
#include <vector>
#ifdef WIN32
#include <al.h>
#include <alc.h>
#include "vector.h"
#else
#include <AL/al.h>
#include <AL/alc.h>
#endif
#include "Vector.h"
#include "Sound.h"