Add sounds (only simulator for now)

This commit is contained in:
Michal Moskal
2017-10-30 17:25:58 +00:00
parent a8a7267851
commit ebbbe6e86c
10 changed files with 541 additions and 39 deletions

View File

@ -27,8 +27,9 @@ class MMap : public RefObject {
extern volatile bool paniced;
// Buffer and Image share representation.
// Buffer, Sound, and Image share representation.
typedef Buffer Image;
typedef Buffer Sound;
}