Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Config::Build Namespace Reference

Variables

constexpr bool IS_RELEASE_BUILD = true
 
constexpr bool IS_DEBUG_BUILD = false
 
constexpr bool IS_PROFILE_BUILD = false
 
constexpr bool IS_SHIPPING_BUILD = IS_RELEASE_BUILD && false
 
constexpr bool IS_EDITOR_BUILD = false
 
constexpr bool ENABLE_EDITOR = !IS_SHIPPING_BUILD
 

Variable Documentation

◆ ENABLE_EDITOR

constexpr bool Divide::Config::Build::ENABLE_EDITOR = !IS_SHIPPING_BUILD
constexpr

Definition at line 66 of file config.h.

◆ IS_DEBUG_BUILD

constexpr bool Divide::Config::Build::IS_DEBUG_BUILD = false
constexpr

Definition at line 55 of file config.h.

◆ IS_EDITOR_BUILD

constexpr bool Divide::Config::Build::IS_EDITOR_BUILD = false
constexpr

Definition at line 65 of file config.h.

◆ IS_PROFILE_BUILD

constexpr bool Divide::Config::Build::IS_PROFILE_BUILD = false
constexpr

Definition at line 56 of file config.h.

◆ IS_RELEASE_BUILD

constexpr bool Divide::Config::Build::IS_RELEASE_BUILD = true
constexpr

Definition at line 53 of file config.h.

◆ IS_SHIPPING_BUILD

constexpr bool Divide::Config::Build::IS_SHIPPING_BUILD = IS_RELEASE_BUILD && false
constexpr

Definition at line 60 of file config.h.