YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Padding.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_PADDING_HPP
2
# define YAPOG_PADDING_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/System/IntTypes.hpp
"
6
7
namespace
yap
8
{
9
class
YAPOG_LIB
Padding
10
{
11
public
:
12
Padding
(
uint
l,
uint
r,
uint
b,
uint
t)
13
: left (l), right (r), bottom (b), top (t)
14
{
15
}
16
17
Padding
()
18
: left (0), right (0), bottom (0), top (0)
19
{
20
}
21
22
uint
left
;
23
uint
right
;
24
uint
bottom
;
25
uint
top
;
26
};
27
}
//namespace yap
28
29
#endif
/* YAPOG_PADDING_HPP! */
YAPOG
include
YAPOG
Graphics
Gui
Padding.hpp
Generated on Mon Sep 17 2012 22:24:24 for YAPOG by
1.8.1.1