Musa-Cpp-Lib-V2/lib/meta_generated.h

17 lines
362 B
C++

#pragma once
constexpr const char* MUSA_LIB_VERSION = "0.1a";
#define BUILD_DEBUG 1
#define OS_WINDOWS 1
#define OS_LINUX 0
#define OS_MACOS 0
#define OS_ANDROID 0
#define OS_IOS 0
#define ARCH_CPU_X64 1
#define ARCH_CPU_ARM64 0
#define OS_IS_UNIX 0
#define COMPILER_MSVC 1
#define COMPILER_CLANG 0
#define ARRAY_ENABLE_BOUNDS_CHECKING 1
#define COMPILER_GCC 0