OSDN Git Service

[Modify] 色々怪しいがビルドは通るところまで。 / Various suspicious but the build passes...
[deeangband/Deeangband-new.git] / Deeangband / GameConstants.cpp
1 /*!
2 * @file GameConstants.cpp
3 * @brief \83Q\81[\83\80\92è\90\94\8cQ\82Ì\8eÀ\91\95
4 * @date 2013/12/22
5 * @author Deskull
6 * 2013 Sikabane Works.
7 */
8
9 #include "stdafx.h"
10 #include "GameConstants.h"
11
12 namespace Deeangband
13 {
14         double GameConstants::HeightStandardDeviation = 3.0l;
15         double GameConstants::WeightStandardDeviation = 3.0l;
16         double GameConstants::ActionWaitDeviation = 2.0l;
17
18         GameConstants::GameConstants(void)
19         {
20         }
21
22         GameConstants::~GameConstants(void)
23         {
24         }
25 }