mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
7 lines
83 B
C++
7 lines
83 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace LL {
|
|
void LoadMain();
|
|
} // namespace LL
|