#include "Miscellaneous.hpp" #include #include #include using namespace std; unsigned int MiscellaneousFunctions::GetLastPlayerId() noexcept { return Players::getLastPlayerId(); }