OROCHI
 
Loading...
Searching...
No Matches
GxResEffectBase.h
Go to the documentation of this file.
1//===========================================================================
9//===========================================================================
10#pragma once
11
12GX_CORE_NAMESPACE_BEGIN()
13
14//===========================================================================
16//===========================================================================
18{
19 //-----------------------------------------------------------
21 //-----------------------------------------------------------
23public:
24 // RTTI宣言
26 // ClassBaseReference継承クラス用禁止宣言
28
29
30 //-------------------------------------------------------------
32 //-------------------------------------------------------------
34
37
39 //-------------------------------------------------------------
41 //-------------------------------------------------------------
43
45 static void getFinalPath(GxString& dst, GX_CSTR src);
46
48};
49
50GX_CORE_NAMESPACE_END()
#define GX_PROHIBIT_CLASS_BASE_REFERENCE(__CLASS__)
GxClassBaseReference継承の禁止宣言(new以外の生成禁止 + コピー禁止)
Definition GxBase.h:244
リソース基底クラス
Definition GxResBase.h:23
エフェクトリソース基礎クラス
Definition GxResEffectBase.h:18
@ UNIT_EFFECT
エフェクトユニット
文字列型クラス
Definition GxString.h:18