[PR] この広告は3ヶ月以上更新がないため表示されています。
ホームページを更新後24時間以内に表示されなくなります。
00001 #ifndef MAP_MADRAVAS_HH_ 00002 # define MAP_MADRAVAS_HH_ 00003 00004 # include "def_map.hh" 00005 00006 namespace objects 00007 { 00008 class MapMadravas : public DefMap 00009 { 00010 public: 00011 MapMadravas(); 00012 ~MapMadravas(); 00013 00014 static const id = 0x0020; 00015 00016 int get_id() const; 00017 void load_warp_points(); 00018 00019 protected: 00020 }; 00021 } 00022 00023 #endif