penguins  1.0.0
PossibleSteps Struct Reference

Detailed Description

Exists purely to wrap an array of the numbers of steps in every possible Direction.

Apparently in C you can't return an array from a function, but actually you can if it is wrapped in a struct!

Definition at line 35 of file movement.h.

Data Fields

int steps [DIRECTION_MAX]
 

Field Documentation

◆ steps


The documentation for this struct was generated from the following file: