summaryrefslogtreecommitdiff
path: root/src/vendor-imgui-ext.hpp
blob: 94e4212e1078a2762d9d93f711bc5f001d655e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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 */