YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
MapEventQueue.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_MAPEVENTQUEUE_HPP
2
# define YAPOG_MAPEVENTQUEUE_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Collection/Queue.hpp
"
6
7
namespace
yap
8
{
9
class
MapEventContext;
10
11
class
YAPOG_LIB
MapEventQueue
12
{
13
DISALLOW_COPY
(
MapEventQueue
);
14
15
public
:
16
17
MapEventQueue
();
18
19
void
AddEvent (
MapEventContext
* event);
20
MapEventContext
& GetEvent ();
21
22
bool
IsEmpty ()
const
;
23
24
private
:
25
26
collection::Queue<MapEventContext*>
events_
;
27
};
28
}
// namespace yap
29
30
#endif // YAPOG_MAPEVENTQUEUE_HPP
YAPOG
include
YAPOG
Game
World
Map
MapEventQueue.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1