NorthstarLauncher/NorthstarDLL/maxplayers.h

8 lines
143 B
C++

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