1 #ifndef BTANKS_SPECIAL_OWNERS_H__
2 #define BTANKS_SPECIAL_OWNERS_H__
3 
4 #define OWNER_MAP 			(-42)
5 #define OWNER_COOPERATIVE	(-1)
6 
7 #define OWNER_TEAM_RED 		(-2)
8 #define OWNER_TEAM_GREEN 	(-3)
9 #define OWNER_TEAM_BLUE		(-4)
10 #define OWNER_TEAM_YELLOW	(-5)
11 
12 #endif
13 
14