FCT
载入中...
搜索中...
未找到
Object.h
浏览该文件的文档.
1
//
2
// Created by Administrator on 2025/4/23.
3
//
4
5
#include "
../ThirdParty.h
"
6
7
#ifndef OBJECT_H
8
#define OBJECT_H
9
namespace
FCT
{
10
class
Object
11
{
12
protected
:
13
ECS::entity
m_entity
= ECS::null;
14
public
:
15
16
};
17
}
18
#endif
//OBJECT_H
ThirdParty.h
FCT::Object
定义
Object.h:11
FCT::Object::m_entity
ECS::entity m_entity
定义
Object.h:13
FCT
定义
Enums.h:8
src
Context
Object.h
制作者
1.14.0