mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-07 04:30:08 +00:00
Tables: improve index, file structure tweaks.
This commit is contained in:
parent
082f1d10d0
commit
7aed4b152b
3 changed files with 60 additions and 28 deletions
|
|
@ -68,6 +68,7 @@ Index of this file:
|
|||
#include "imgui.h"
|
||||
#ifndef IMGUI_DISABLE
|
||||
|
||||
// System includes
|
||||
#include <ctype.h> // toupper
|
||||
#include <limits.h> // INT_MIN, INT_MAX
|
||||
#include <math.h> // sqrtf, powf, cosf, sinf, floorf, ceilf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue