dl
首页
相关页面
命名空间
概念
类
文件
文件列表
文件成员
dl
script
dl_squirrel.h
浏览该文件的文档.
1
12
#pragma once
13
14
#include "
memory/dl_buffer.h
"
15
16
namespace
dl
17
{
18
19
class
SquirrelImp;
20
class
Squirrel
21
{
22
public
:
23
Squirrel
();
24
~Squirrel
();
25
26
27
void
Compile
(
BufferView
buf);
28
29
void
Call
();
30
31
private
:
32
SquirrelImp* _imp;
33
};
34
35
extern
Squirrel
*
g_squirrel
;
36
37
}
dl::Squirrel
Definition:
dl_squirrel.h:21
dl::Squirrel::Call
void Call()
dl::Squirrel::Compile
void Compile(BufferView buf)
dl::Squirrel::~Squirrel
~Squirrel()
dl::Squirrel::Squirrel
Squirrel()
dl_buffer.h
表示一段内存
dl
Definition:
dl_array2.h:17
dl::g_squirrel
Squirrel * g_squirrel
dl::BufferView
std::span< std::byte > BufferView
Definition:
dl_buffer.h:22
制作者
1.9.5