绘制字符(不太满意)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#include "DNFTOOL.h"
|
||||
#include "RSAC.h"
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------------------------Squirrel
|
||||
@@ -186,6 +188,9 @@ static SQ_ThrowerrorFunc* SQ_Throwerror = (SQ_ThrowerrorFunc*)0x13591A0;
|
||||
inline uint32_t GetSqVm();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class squirrel
|
||||
{
|
||||
private:
|
||||
@@ -231,6 +236,8 @@ public://
|
||||
static int Timer_STL(uint32_t v);//时间容器
|
||||
static int Jsoner_STL(uint32_t v);//时间容器
|
||||
|
||||
static int Coder_STL(uint32_t v);//时间容器
|
||||
|
||||
public://龙盒
|
||||
static int Sync_Dragon_Pack(uint32_t v);//同步 龙盒数据包
|
||||
static int Get_Dragon_Pack(uint32_t v);//获取 龙盒数据包
|
||||
|
||||
Reference in New Issue
Block a user