From 59f2cf27aab77ebb2deb341ef5e9fa04a1971e6f Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Wed, 8 Jul 2026 17:46:14 +0500 Subject: Text wrapping --- src/resources/resources.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/resources/resources.h') diff --git a/src/resources/resources.h b/src/resources/resources.h index 5cc24ff..c53da99 100644 --- a/src/resources/resources.h +++ b/src/resources/resources.h @@ -3,6 +3,8 @@ #ifndef RESOURCES_H #define RESOURCES_H +void DrawBackground(); + /// #670916 as RGBA static const Color COLORSCHEME_BROWN = { 103, 9, 22, 255 }; /// #CF042C as RGBA -- cgit v1.3