hang-man/src/State.hpp
2024-08-02 15:18:56 +02:00

7 lines
69 B
C++

#pragma once
enum class State {
START, PLAY, GAME_OVER, WIN
};