D'angband  0.0.0
Deeangband
 全て クラス 名前空間 ファイル 関数 変数 型定義 列挙型 列挙値 フレンド マクロ定義 ページ
FixedArtifact.cpp
[詳解]
1 
9 #include "stdafx.h"
10 #include "FixedArtifact.h"
11 
12 namespace Deeangband
13 {
14  FixedArtifact::FixedArtifact(void) : ItemTemplate()
15  {
16  this->WipeData();
17  }
18 
19  FixedArtifact::‾FixedArtifact(void)
20  {
21  }
22 
23  void FixedArtifact::WipeData(void)
24  {
26  }
27 
28 }
ゲーム中の固定アーティファクトのプロトタイプ
標準のシステム インクルード ファイルのインクルード ファイル、または 参照回数が多く、かつあまり変更さ...
void ItemTemplate::WipeData(void)
ダミーデータによる初期化