Pol  Revision:cb584c9
extobj.h
Go to the documentation of this file.
1 
10 #ifndef EXTOBJ_H
11 #define EXTOBJ_H
12 namespace Pol
13 {
14 namespace Core
15 {
17 {
18  unsigned int tillerman;
19  unsigned int port_plank;
20  unsigned int starboard_plank;
21  unsigned int hold;
22  unsigned int rope;
23  unsigned int wheel;
24  unsigned int hull;
25  unsigned int tiller;
26  unsigned int rudder;
27  unsigned int sails;
28  unsigned int storage;
29  unsigned int weaponslot;
30 
31  unsigned int wrestling;
32  unsigned int mount;
33  unsigned int shield;
34 
35  unsigned int secure_trade_container;
36  unsigned int wornitems_container;
37 };
38 
39 void read_extobj();
40 }
41 }
42 #endif
unsigned int wrestling
Definition: extobj.h:31
unsigned int rudder
Definition: extobj.h:26
unsigned int weaponslot
Definition: extobj.h:29
unsigned int port_plank
Definition: extobj.h:19
unsigned int tillerman
Definition: extobj.h:18
unsigned int mount
Definition: extobj.h:32
unsigned int sails
Definition: extobj.h:27
unsigned int tiller
Definition: extobj.h:25
void read_extobj()
Definition: extobj.cpp:22
unsigned int starboard_plank
Definition: extobj.h:20
unsigned int rope
Definition: extobj.h:22
unsigned int hull
Definition: extobj.h:24
unsigned int wornitems_container
Definition: extobj.h:36
unsigned int hold
Definition: extobj.h:21
unsigned int shield
Definition: extobj.h:33
unsigned int wheel
Definition: extobj.h:23
unsigned int storage
Definition: extobj.h:28
unsigned int secure_trade_container
Definition: extobj.h:35
Definition: berror.cpp:12