1 #ifndef _ARENA_CONSTRAINTS_H
2 #define _ARENA_CONSTRAINTS_H
3 
4 #define ARENA_LEFT_WALL 20
5 #define ARENA_RIGHT_WALL 300
6 #define ARENA_FLOOR 190
7 
8 #endif // _ARENA_CONSTRAINTS_H