1 /* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */
2 
3 #ifndef PLAYER_ROSTER_DRAWER_H
4 #define PLAYER_ROSTER_DRAWER_H
5 
6 class CPlayerRosterDrawer {
7 	public:
8 		static void Draw();
9 };
10 
11 #endif /* PLAYER_ROSTER_DRAWER_H */
12