From 7fa7840be1093f194031d2d5d9b45ada8613e72e Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 25 Apr 2022 20:32:25 -0700 Subject: Changeset: 17 Replace EditorCommandPalette.hpp/cpp with the copy from P6503 --- source/AppConfig.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/AppConfig.hpp') diff --git a/source/AppConfig.hpp b/source/AppConfig.hpp index b6c1fab..d797708 100644 --- a/source/AppConfig.hpp +++ b/source/AppConfig.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include #include @@ -12,6 +13,10 @@ inline float mainWidnowWidth; inline float mainWindowHeight; inline float mainWindowAspectRatio; +// TODO add a bold font +inline ImFont* fontRegular = nullptr; +inline ImFont* fontBold = nullptr; + // Duplicate each as path and string so that on non-UTF-8 platforms (e.g. Windows) we can easily do string manipulation on the paths // NOTE: even though non-const, these should not be modified outside of main() inline std::filesystem::path dataDirPath; -- cgit v1.2.3-70-g09d2