minor refactor
This commit is contained in:
parent
f3d4ac8a58
commit
ebbee4f0f2
@ -14,8 +14,8 @@
|
||||
#include <AL/alc.h>
|
||||
#endif
|
||||
|
||||
#include "audio.h"
|
||||
#include "../typedefs.h"
|
||||
#include "../audio.h"
|
||||
#include "../../typedefs.h"
|
||||
|
||||
namespace audio {
|
||||
struct ALBuffer;
|
||||
@ -12,7 +12,7 @@
|
||||
#endif
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
#include "../typedefs.h"
|
||||
#include "../../typedefs.h"
|
||||
|
||||
#define AL_CHECK(STATEMENT) STATEMENT; AL::check_errors(__FILE__, __LINE__)
|
||||
#define AL_GET_ERROR() AL::check_errors(__FILE__, __LINE__)
|
||||
@ -3,8 +3,8 @@
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
|
||||
#include "ALAudio.h"
|
||||
#include "NoAudio.h"
|
||||
#include "AL/ALAudio.h"
|
||||
|
||||
#include "../coders/wav.h"
|
||||
#include "../coders/ogg.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user