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
void
BindComponentToSQInstance(
SComponent
* component, std::string name,
19
sqext::SQIClassInstance* instance);
20
};
21
}
CSE::MoreComponentFunc
Definition
MoreComponentFunc.h:11
CSE::SComponent
Definition
SComponent.h:19
Util
MoreComponentFunc.h
Generated on Wed Oct 8 2025 01:09:56 for CSEngine by
1.12.0