initial commit

This commit is contained in:
2025-02-25 12:07:16 +01:00
commit 0657bc9b25
34 changed files with 3069 additions and 0 deletions

12
src/Core/Gamemode.h Normal file
View File

@@ -0,0 +1,12 @@
#pragma once
/**
* Every gamemode supported by the game
*/
enum Gamemode {
SPRINT,
MARATHON,
ULTRA,
MASTER
};