split config now
This commit is contained in:
6
semestralka1/src/render/background.h
Normal file
6
semestralka1/src/render/background.h
Normal 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);
|
||||
Reference in New Issue
Block a user