mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-06-17 04:31:00 +00:00
9 lines
142 B
C++
9 lines
142 B
C++
#pragma once
|
|
|
|
#include "LocalInstance.h"
|
|
#include "Player.h"
|
|
|
|
namespace Instances
|
|
{
|
|
static std::map<int, MemoryAccess::Player*> PlayerList;
|
|
} |