aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/maxplayers.h
blob: b251f6a680e5e718c58b387b300aa5f400274d52 (plain)
1
2
3
4
5
6
7
#pragma once

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