This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
cathook/include/gui/im/Playerlist.hpp
2017-11-13 09:41:53 +03:00

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_ */