feat: Added simple graphing calculator

This commit is contained in:
WerWolv
2023-11-11 00:54:16 +01:00
parent aa93bcb142
commit 7d53636e10
4 changed files with 54 additions and 1 deletions

View File

@@ -126,3 +126,7 @@ namespace ImGui
void MyFunction(const char* name, const MyMatrix44& v);
}
*/
// IMPLOT CONFIG
#define IMPLOT_CUSTOM_NUMERIC_TYPES (ImS8)(ImU8)(ImS16)(ImU16)(ImS32)(ImU32)(ImS64)(ImU64)(float)(double)(long double)