csnd:SND reformat source code

This commit is contained in:
mailwl
2016-12-08 12:11:54 +03:00
parent 0f28ed9ce8
commit 1238e48c58
4 changed files with 109 additions and 64 deletions

View File

@ -18,18 +18,5 @@ public:
}
};
struct Type0Command {
// command id and next command offset
u32 command_id;
u32 finished;
u32 flags;
u8 parameters[20];
};
void Initialize(Interface* self);
void ExecuteType0Commands(Interface* self);
void AcquireSoundChannels(Interface* self);
void Shutdown(Interface* self);
} // namespace CSND
} // namespace Service