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