Subastra
|
#include <construct.h>
Data Fields | ||
block_kind_t | kind | |
vec2i | offset | |
int | orientation | |
union { | ||
struct { | ||
chip_t chip | ||
} as_chip | ||
struct { | ||
byte throttle | ||
} as_thruster | ||
}; | ||
union { ... } |
struct { ... } as_chip |
struct { ... } as_thruster |
chip_t chip |
block_kind_t kind |
vec2i offset |
int orientation |
byte throttle |