Nuklear/demo/common
Rob Loach 8f1ce6f0c1
demo: Fix overview's nk_bool type usage
The overview demo uses some `nk_bool`s that are typed as `int`s. While things still do function, if you're using `NK_INCLUDE_STANDARD_BOOL`, it breaks compilation. This change fixes the `nk_bool`s to be actual `nk_bool`s.
2024-01-26 15:14:04 -05:00
..
filebrowser Update to a newer version of stb_image 2023-11-16 17:01:56 +00:00
calculator.c Integrate file browser with glfw opengl2 demo (#400) and restructure demo/ directory accordingly 2022-03-14 20:46:44 +01:00
canvas.c Integrate file browser with glfw opengl2 demo (#400) and restructure demo/ directory accordingly 2022-03-14 20:46:44 +01:00
file_browser.c file_browser: Bring string.h to the top 2022-04-15 17:20:20 -04:00
node_editor.c Integrate file browser with glfw opengl2 demo (#400) and restructure demo/ directory accordingly 2022-03-14 20:46:44 +01:00
overview.c demo: Fix overview's nk_bool type usage 2024-01-26 15:14:04 -05:00
style.c Integrate file browser with glfw opengl2 demo (#400) and restructure demo/ directory accordingly 2022-03-14 20:46:44 +01:00