mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-06-17 04:31:00 +00:00
8 lines
111 B
C++
8 lines
111 B
C++
#pragma once
|
|
|
|
#include "LocalInstance.h"
|
|
|
|
namespace Game
|
|
{
|
|
static MemoryAccess::LocalInstance* GameInstance;
|
|
} |