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