diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-10 00:02:55 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-10 00:04:44 +0500 |
| commit | 55ef21312888cbfb9d449eee8f7958b74f85ac7c (patch) | |
| tree | ba819c6f1bc03c711e8cf1ad069be30a95e9f4f6 /src/resources/resources.h | |
| parent | 90988da0bdae2c56366abb01f402a0cd34279143 (diff) | |
more work on an editor
Diffstat (limited to 'src/resources/resources.h')
| -rw-r--r-- | src/resources/resources.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/resources.h b/src/resources/resources.h index c53da99..e6efc25 100644 --- a/src/resources/resources.h +++ b/src/resources/resources.h @@ -18,5 +18,6 @@ static const Color COLORSCHEME_WHITE = { 233, 225, 185, 255 }; void LoadResources(); Font *GetMainFont(); +Font *GetMonoFont(); #endif // RESOURCES_H |
