OSDN Git Service

[Modify] 色々怪しいがビルドは通るところまで。 / Various suspicious but the build passes...
[deeangband/Deeangband-new.git] / Deeangband / FixedField.cpp
1 /*!
2 * @file FixedField.cpp
3 * @brief \83Q\81[\83\80\92\86\82Ì\8cÅ\92è\83t\83\8d\83A\82ð\92è\8b`\82·\82é
4 * @date 2014/02/02
5 * @author Deskull
6 * 2014 Sikabane Works.
7 */
8
9 #include "stdafx.h"
10 #include "FixedField.h"
11
12 namespace Deeangband
13 {
14         FixedField::FixedField(void)
15         {
16         }
17
18         FixedField::~FixedField(void)
19         {
20         }
21
22 }