a LOT of new stuff

This commit is contained in:
Ryzerth
2020-08-16 03:39:05 +02:00
parent 31a95031e4
commit eadaf3ce6b
34 changed files with 3988 additions and 203 deletions

9
src/style.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include <imgui.h>
#include <imgui_internal.h>
namespace style {
void setDefaultStyle();
void beginDisabled();
void endDisabled();
}