OSDN Git Service

fix build system ofmoflib1 and saisei1
[moflib/moflib.git] / saisei-1.0 / src / oldcode / BattleAI.cpp
1 #include "BattleAI.h"
2
3
4 et::BattleAI::BattleAI(mof::DataResourceManager* pDataResourceManager)
5 : m_pDataResourceManager(pDataResourceManager)
6 {
7 }
8
9 et::BattleAI::~BattleAI(){
10
11 }