From 55ef21312888cbfb9d449eee8f7958b74f85ac7c Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:02:55 +0500 Subject: more work on an editor --- src/resources/resources.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/resources/resources.h') 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 -- cgit v1.3