Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
bitfield.cpp File Reference

Macros

#define BLAM_BITFIELD_SHOW_FLAG_CONTROL(index)
 

Macro Definition Documentation

◆ BLAM_BITFIELD_SHOW_FLAG_CONTROL

#define BLAM_BITFIELD_SHOW_FLAG_CONTROL (   index)
Value:
if (options.size() > index) { \
bool flag##index##_value = prop_address->flag##index##; \
ImGui::Checkbox(options.at(##index##).c_str(), &flag##index##_value); \
prop_address->flag##index## = flag##index##_value; }
ImGui::Checkbox
IMGUI_API bool Checkbox(const char *label, bool *v)
Definition: imgui_widgets.cpp:974
options
Detailed options
Definition: README.txt:27