Added basic RDS support, no error correction yet

This commit is contained in:
AlexandreRouma
2022-07-06 22:11:49 +02:00
parent 46f17019a7
commit edf22ccfe8
14 changed files with 992 additions and 28 deletions

View File

@ -1,13 +1,13 @@
#pragma once
#include <imgui.h>
#include <string>
#include <module.h>
namespace style {
extern ImFont* baseFont;
extern ImFont* bigFont;
extern ImFont* hugeFont;
extern float uiScale;
SDRPP_EXPORT ImFont* baseFont;
SDRPP_EXPORT ImFont* bigFont;
SDRPP_EXPORT ImFont* hugeFont;
SDRPP_EXPORT float uiScale;
bool setDefaultStyle(std::string resDir);
bool loadFonts(std::string resDir);