diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-08 17:46:14 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-08 17:46:14 +0500 |
| commit | 59f2cf27aab77ebb2deb341ef5e9fa04a1971e6f (patch) | |
| tree | 4cc7aa409dfc750ce852e56aaa107a729ca056bb /src/resources/resources.h | |
| parent | 73efefa4c6800b04aedad9f6d80722caa66864a0 (diff) | |
Text wrapping
Diffstat (limited to 'src/resources/resources.h')
| -rw-r--r-- | src/resources/resources.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
