1 #ifndef YAPOG_MAPEVENT_HPP
2 # define YAPOG_MAPEVENT_HPP
11 struct IMapEventCondition;
12 struct IMapEventAction;
17 class EventBoundingBoxCollection;
18 class DynamicWorldObject;
39 void AddToEventBoundingBoxCollection (
42 void RemoveFromEventBoundingBoxCollection (
45 bool CollidesWith (
const ICollidable& collidable)
const;
56 virtual bool HandleCall (
69 #endif // YAPOG_MAPEVENT_HPP