Pol
Revision:cb584c9
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
mapshape.h
Go to the documentation of this file.
1
7
#ifndef PLIB_MAPSHAPE_H
8
#define PLIB_MAPSHAPE_H
9
10
#include <vector>
11
12
namespace
Pol
13
{
14
namespace
Plib
15
{
16
struct
MapShape
17
{
18
short
z
;
19
short
height
;
20
unsigned
int
flags
;
21
};
22
23
class
MapShapeList
:
public
std::vector<MapShape>
24
{
25
};
26
}
27
}
28
#endif
Pol::Plib::MapShape::flags
unsigned int flags
Definition:
mapshape.h:20
Pol::Plib::MapShapeList
Definition:
mapshape.h:23
Pol::Plib::MapShape::height
short height
Definition:
mapshape.h:19
Pol::Plib::MapShape::z
short z
Definition:
mapshape.h:18
Pol::Plib::MapShape
Definition:
mapshape.h:16
Pol
Definition:
berror.cpp:12
plib
mapshape.h
Generated on Wed Oct 10 2018 02:41:52 for Pol by
1.8.11