mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 20:03:51 +00:00
13 lines
364 B
C
13 lines
364 B
C
#pragma once
|
|
#include "APIHelp.h"
|
|
|
|
|
|
//////////////////// APIs ////////////////////
|
|
|
|
Local<Value> Log(const Arguments& args);
|
|
Local<Value> ColorLog(const Arguments& args);
|
|
Local<Value> FastLog(const Arguments& args);
|
|
|
|
Local<Value> SetTimeout(const Arguments& args);
|
|
Local<Value> SetInterval(const Arguments& args);
|
|
Local<Value> ClearInterval(const Arguments& args); |