more component stuff

This commit is contained in:
Josh Lyon
2025-08-13 22:21:37 -06:00
parent f6de0ed9f3
commit 7259d9307b
8 changed files with 151 additions and 43 deletions

5
include/GameState.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
enum class GameState {
STOPPING=0,
RUNNING
};