YAPOG  0.0.1
Yet Another Pokemon Online Game
AnyMapEventAction.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
7  , callback_ (callback)
8  {
9  }
10 
12  {
13  }
14 
16  : BaseMapEventAction (copy)
17  , callback_ (copy.callback_)
18  {
19  }
20 
22  {
23  return new AnyMapEventAction (*this);
24  }
25 
27  {
28  return callback_ (GetContextType (), args);
29  }
30 } // namespace yap