00001 #pragma once 00002 #include "../Location.h" 00003 00004 static const int DANGER_DISTANCE = 300; 00005 00009 class DynamicLocation : public Location 00010 { 00011 };