mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-07 04:13:39 +00:00
6 lines
166 B
C++
6 lines
166 B
C++
#include <Utils/PluginOwnData.h>
|
|
|
|
#include <minwindef.h>
|
|
#include <string_view>
|
|
|
|
std::unordered_map<HMODULE, std::unordered_map<std::string, void*>> ll_PluginOwnData; |