#ifndef GUARD_PLAYMODE_H #define GUARD_PLAYMODE_H enum class PlayMode { NONE, SINGLE, TWO_LOCAL, EXIT, }; #endif