#include <history.h>
Collaboration diagram for a_pastunit:

Public Attributes | |
| short | type |
| int | id |
| char * | name |
| int | number |
| short | x |
| short | y |
| short | z |
| a_side * | side |
| a_pastunit * | next |
This is a snapshot of key bits of state of a at a particular moment.
|
|
truly unique id number |
|
|
the name, if given |
|
|
pointer to next in list |
|
|
semi-unique number |
|
|
whose side this unit is on |
|
|
type |
|
|
x position of unit in world |
|
|
y position of unit in world |
|
|
z position of unit in world |
1.3.6