mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-01 00:37:47 +00:00
chore: save shared modman info in context
This commit is contained in:
7
src/ModMan/Context/ModManContext.cpp
Normal file
7
src/ModMan/Context/ModManContext.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "ModManContext.h"
|
||||
|
||||
ModManContext& ModManContext::Get()
|
||||
{
|
||||
static ModManContext context;
|
||||
return context;
|
||||
}
|
||||
Reference in New Issue
Block a user