CSEngine
Loading...
Searching...
No Matches
MoreComponentFunc.h
1
//
2
// Created by ounols on 19. 8. 31.
3
//
4
#pragma once
5
6
#include "../Component/SComponent.h"
7
#include "sqext.h"
8
9
namespace
CSE {
10
11
class
MoreComponentFunc
{
12
private
:
13
MoreComponentFunc
() {}
14
15
~MoreComponentFunc
() {}
16
17
public
:
18
static
SComponent
* CreateComponent(
SGameObject
* obj, std::string component_type);
19
20
static
void
BindComponentToSQInstance(
SComponent
* component, std::string name,
21
sqext::SQIClassInstance* instance);
22
};
23
}
CSE::MoreComponentFunc
Definition
MoreComponentFunc.h:11
CSE::SComponent
Definition
SComponent.h:17
CSE::SGameObject
Definition
SGameObject.h:17
Util
MoreComponentFunc.h
Generated on Fri Nov 22 2024 01:09:31 for CSEngine by
1.9.8