mirror of https://github.com/axmolengine/axmol.git
10 lines
122 B
C++
10 lines
122 B
C++
|
#include "config.h"
|
||
|
|
||
|
#ifdef ALSOFT_EAX
|
||
|
|
||
|
#include <cassert>
|
||
|
#include "AL/efx.h"
|
||
|
#include "effects.h"
|
||
|
|
||
|
#endif // ALSOFT_EAX
|