|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
#include <soundcommand.hpp>
Public Member Functions | |
| SoundCommand ()=default | |
| SoundCommand (SoundID id, SoundAction action, const SoundSource &source) | |
| DEF_SERIALIZE (Archive &ar, const unsigned int version) | |
Data Fields | |
| SoundID | id |
| SoundAction | action |
| SoundSource | source |
|
default |
|
inline |
|
inline |
| SoundAction SoundCommand::action |
| SoundID SoundCommand::id |
| SoundSource SoundCommand::source |