00001 #include "ext_stl.h" 00002 #include "obstacle_grid.h" 00003 #include "bolt.h" 00004 00006 class BoltField { 00007 public: 00008 KeyMutableMap<CollideKey,Bolt> bolts; 00009 Collidable::ModelRef model; 00010 };