Musa-Cpp-Lib-V2/lib/meta_generated.h
Musa Mahmood d1182f3abd Replace multithreaded enumeration with single-threaded (temporarily) (#2)
Reviewed-on: #2
Co-authored-by: Musa Mahmood <Musasmahmood@gmail.com>
Co-committed-by: Musa Mahmood <Musasmahmood@gmail.com>
2025-12-17 15:18:19 +00:00

17 lines
351 B
C

#pragma once
const char* MUSA_LIB_VERSION = "0.2";
#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