a LOT of new stuff
This commit is contained in:
9
src/style.h
Normal file
9
src/style.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <imgui.h>
|
||||
#include <imgui_internal.h>
|
||||
|
||||
namespace style {
|
||||
void setDefaultStyle();
|
||||
void beginDisabled();
|
||||
void endDisabled();
|
||||
}
|
||||
Reference in New Issue
Block a user