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