#ifndef PKE_VENDOR_IMGUI_EXT_H #define PKE_VENDOR_IMGUI_EXT_H #include "imgui.h" namespace ImGui { IMGUI_API bool CheckboxFlags(const char* label, long int* flags, long int flags_value); IMGUI_API bool CheckboxFlags(const char* label, unsigned long int* flags, unsigned long int flags_value); } // namespace ImGui #endif /* PKE_VENDOR_IMGUI_EXT_H */