Pol
Revision:cb584c9
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
poltype.h
Go to the documentation of this file.
1
7
#ifndef POLTYPE_H
8
#define POLTYPE_H
9
10
#include "../clib/rawtypes.h"
11
namespace
Pol
12
{
13
namespace
Core
14
{
15
const
short
ZCOORD_MIN
= -128;
16
const
short
ZCOORD_MAX
= +127;
17
18
// ?coord: validated to be within range.
19
typedef
unsigned
short
xcoord
;
20
typedef
unsigned
short
ycoord
;
21
typedef
short
zcoord
;
22
23
typedef
u32
pol_serial_t
;
24
typedef
u16
pol_objtype_t
;
25
}
26
}
27
#endif
Pol::Core::zcoord
short zcoord
Definition:
poltype.h:21
Pol::Core::ycoord
unsigned short ycoord
Definition:
poltype.h:20
Pol::Core::pol_objtype_t
u16 pol_objtype_t
Definition:
poltype.h:24
u16
unsigned short u16
Definition:
rawtypes.h:26
u32
unsigned int u32
Definition:
rawtypes.h:27
Pol::Core::ZCOORD_MIN
const short ZCOORD_MIN
Definition:
poltype.h:15
Pol::Core::ZCOORD_MAX
const short ZCOORD_MAX
Definition:
poltype.h:16
Pol::Core::pol_serial_t
u32 pol_serial_t
Definition:
poltype.h:23
Pol
Definition:
berror.cpp:12
Pol::Core::xcoord
unsigned short xcoord
Definition:
poltype.h:19
pol
poltype.h
Generated on Wed Oct 10 2018 02:42:21 for Pol by
1.8.11