Ben Evans University Second Year Project. Game Called Defender.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

on_off_order Struct Reference

on_off_order Struct Reference

On/off sound fx Struct. More...

#include <Settings.h>

Data Fields

SoundParts part_next
 Next onoff part.
SoundParts part_displayed
 Displayed onoff part.

Detailed Description

On/off sound fx Struct.

Struct hold different sound fx orders

Definition at line 34 of file Settings.h.


Field Documentation

SoundParts part_displayed

Displayed onoff part.

Definition at line 36 of file Settings.h.

SoundParts part_next

Next onoff part.

Definition at line 35 of file Settings.h.