aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/maxplayers.h
blob: 9c104f5c2da72f02bd98f322fd30f40cf4b0f3e9 (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