mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-29 03:33:48 +00:00
86cd7950ca
# Conflicts: # BBGE/Base.cpp # BBGE/FrameBuffer.cpp # BBGE/Shader.cpp
13 lines
255 B
C
13 lines
255 B
C
#ifndef BBGE_COMPILE_CONFIG_H
|
|
#define BBGE_COMPILE_CONFIG_H
|
|
|
|
#ifndef BBGE_SKIP_CONFIG_HEADERS
|
|
|
|
#define BBGE_BUILD_OPENGL_DYNAMIC 1
|
|
#define BBGE_BUILD_FMOD_OPENAL_BRIDGE 1
|
|
#define BBGE_BUILD_ACHIEVEMENTS_INTERNAL 1
|
|
#define BBGE_BUILD_VFS 1
|
|
|
|
#endif
|
|
|
|
#endif
|