Ben Evans University Second Year Project. Game Called Defender.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

control_order Struct Reference

control_order Struct Reference

Controll_order Struct. More...

#include <Settings.h>

Data Fields

ControlsParts part_next
 Next controls part.
ControlsParts part_displayed
 Displayed controls part.

Detailed Description

Controll_order Struct.

Struct hold differnt controls orders

Definition at line 50 of file Settings.h.


Field Documentation

ControlsParts part_displayed

Displayed controls part.

Definition at line 52 of file Settings.h.

ControlsParts part_next

Next controls part.

Definition at line 51 of file Settings.h.