← index
acidcam.web/source/emscripten-libs/mx2/include/config.hpp
Source: acidcam.web/source/emscripten-libs/mx2/include/config.hpp
#ifndef __FILES__H_
#define __FILES__H_
#ifndef WITH_GL
#define WITH_GL
#endif
#ifndef WITH_MIXER
#define WITH_MIXER
#endif
#ifndef PROJECT_VERSION_MAJOR
#define PROJECT_VERSION_MAJOR 1
#endif
#ifndef PROJECT_VERSION_MINOR
#define PROJECT_VERSION_MINOR 0
#endif
#endif