mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
11 lines
221 B
C++
11 lines
221 B
C++
#pragma once
|
|
#include <API/APIHelp.h>
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
|
|
// Baselibs dependency
|
|
extern std::unordered_map<std::string, std::string> depends;
|
|
|
|
// Pre-declared
|
|
extern void BindAPIs(ScriptEngine *engine); |