added helper functions

This commit is contained in:
2026-06-06 01:09:53 +02:00
parent c54b3f874b
commit 73bb260fec
15 changed files with 621 additions and 12 deletions

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.10.0)
project(ScreamIntoTheVoid VERSION 0.1.0 LANGUAGES C)
add_executable(ScreamIntoTheVoid draw.c main.c
main.h)