00001 /* 00002 ユニット 00003 Satofumi KAMIMURA 00004 $Id$ 00005 */ 00006 00007 #include "unitCtrl.h" 00008 00009 00010 UnitCtrl::UnitCtrl(const char *file, int unit_id) { 00011 00012 } 00013 00014 00015 00016 void UnitCtrl::loadFile(map<int,UnitCtrl*>& units, const char *fileName) { 00017 // ファイルから能力ファイルを読み出し 00018 00019 } 00020