Initial commit

This commit is contained in:
Quinn
2024-12-02 10:37:52 +01:00
committed by GitHub
commit 8bdf6bf2d2
15 changed files with 515 additions and 0 deletions

4
src/main.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
// stops execution of the game
void stop(void);