Move shared frontend code from SDL to a seperate project
This commit is contained in:
7
src/frontend-common/imgui_styles.h
Normal file
7
src/frontend-common/imgui_styles.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <imgui.h>
|
||||
|
||||
namespace ImGui {
|
||||
void StyleColorsDarker(ImGuiStyle* dst = nullptr);
|
||||
void AddRobotoRegularFont(float size = 15.0f);
|
||||
}
|
||||
Reference in New Issue
Block a user