18 lines
237 B
C++
18 lines
237 B
C++
/*
|
|
* Playerlist.hpp
|
|
*
|
|
* Created on: May 21, 2017
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#ifndef IM_PLAYERLIST_HPP_
|
|
#define IM_PLAYERLIST_HPP_
|
|
|
|
namespace menu { namespace im {
|
|
|
|
void RenderPlayerlist();
|
|
|
|
}}
|
|
|
|
#endif /* IM_PLAYERLIST_HPP_ */
|