csnd:SND reformat source code

This commit is contained in:
mailwl
2016-12-08 12:11:54 +03:00
parent 9eaa37e9ab
commit a88468d683
4 changed files with 109 additions and 64 deletions
-13
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