mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-10 06:04:03 +00:00
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
|