split config now

This commit is contained in:
Priec
2025-11-14 10:13:59 +01:00
parent 1f5bc11ddd
commit 3e0018d1cb
9 changed files with 155 additions and 119 deletions

View File

@@ -0,0 +1,6 @@
// src/render/background.h
#pragma once
// Draws the ASCII art background with optional message
void draw_mask(const char *unused_filename, int shift, const char *text = nullptr);