YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Spatial3Info.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_SPATIAL3INFO_HPP
2
# define YAPOG_SPATIAL3INFO_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Graphics/SpatialInfo.hpp
"
6
7
namespace
yap
8
{
9
class
YAPOG_LIB
Spatial3Info
:
public
SpatialInfo
10
{
11
public
:
12
13
Spatial3Info
();
14
Spatial3Info
(
15
const
Vector2
& position,
16
const
Vector2
& size,
17
int
z,
18
int
h);
19
20
Spatial3Info
(
const
Spatial3Info
& copy);
21
Spatial3Info
& operator= (
const
Spatial3Info
& copy);
22
23
const
int
& GetZ ()
const
;
24
const
int
& GetH ()
const
;
25
26
void
SetZ (
int
z);
27
void
SetH (
int
h);
28
29
private
:
30
31
static
const
int
DEFAULT_Z
;
32
static
const
int
DEFAULT_H
;
33
34
int
z_
;
35
int
h_
;
36
};
37
}
// namespace yap
38
39
#endif // YAPOG_SPATIAL3INFO_HPP
YAPOG
include
YAPOG
Game
World
Spatial3Info.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1