more component stuff
This commit is contained in:
5
include/GameState.h
Normal file
5
include/GameState.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
enum class GameState {
|
||||
STOPPING=0,
|
||||
RUNNING
|
||||
};
|
||||
Reference in New Issue
Block a user