← index
libmx2/android/config.hpp
Source: libmx2/android/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