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