#pragma once

// should we use R2 for this? not sure
namespace R2 // use R2 namespace for game funcs
{
	int GetMaxPlayers();
} // namespace R2