Build: Rename duckstation to duckstation-sdl

This commit is contained in:
Connor McLaughlin
2020-02-03 14:16:59 +10:00
parent 6c8eaa5204
commit ec55ab7f5e
23 changed files with 24 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include <imgui.h>
namespace ImGui {
void StyleColorsDarker(ImGuiStyle* dst = nullptr);
void AddRobotoRegularFont(float size = 15.0f);
}