OROCHI
 
Loading...
Searching...
No Matches
GxUnitHudMovieBase.h
Go to the documentation of this file.
1//===========================================================================
9//===========================================================================
10#pragma once
11
12GX_HUD_NAMESPACE_BEGIN()
13
14//===========================================================================
16//===========================================================================
18{
19 //-------------------------------------------------------------
21 //-------------------------------------------------------------
23public:
24 // RTTI定義
25 GX_RTTI_CLASS_NAME(GxUnitHudMovieBase, GxUnitHudImageRender, "HUDムービー基礎")
26 // ClassBaseReference継承クラス用禁止宣言
28
29
30 //-------------------------------------------------------------
32 //-------------------------------------------------------------
34public:
36 GxUnitHudMovieBase( void );
37
39};
40
41GX_HUD_NAMESPACE_END()
#define GX_PROHIBIT_CLASS_BASE_REFERENCE(__CLASS__)
GxClassBaseReference継承の禁止宣言(new以外の生成禁止 + コピー禁止)
Definition GxBase.h:244
HUD描画画像ユニット
Definition GxUnitHudImageRender.h:18
HUDムービー基礎ユニットクラス
Definition GxUnitHudMovieBase.h:18