绘制字符(不太满意)

This commit is contained in:
2022-04-24 02:31:42 +08:00
parent 3bdafc7e35
commit 6583312298
12 changed files with 150 additions and 69 deletions

View File

@@ -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);//获取 龙盒数据包