You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
25 lines
784 B
25 lines
784 B
// dear imgui, v1.64 WIP |
|
// (widgets code) |
|
|
|
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) |
|
#define _CRT_SECURE_NO_WARNINGS |
|
#endif |
|
|
|
#include "imgui.h" |
|
#ifndef IMGUI_DEFINE_MATH_OPERATORS |
|
#define IMGUI_DEFINE_MATH_OPERATORS |
|
#endif |
|
#include "imgui_internal.h" |
|
|
|
//------------------------------------------------------------------------- |
|
// Forward Declarations |
|
//------------------------------------------------------------------------- |
|
|
|
//------------------------------------------------------------------------- |
|
// Shared Utilities |
|
//------------------------------------------------------------------------- |
|
|
|
//------------------------------------------------------------------------- |
|
// Widgets |
|
//------------------------------------------------------------------------- |
|
|
|
|