1 2 3 4 5 6
#ifndef OXEN_PLAYER_H #define OXEN_PLAYER_H #define MAX_PLAYER_NAME_LENGTH 10 #endif // OXEN_PLAYER_H