Files
SDL-Playground/include/GameState.h
2025-08-13 22:21:37 -06:00

6 lines
63 B
C

#pragma once
enum class GameState {
STOPPING=0,
RUNNING
};