X-Git-Url: https://code.delx.au/virtualtones/blobdiff_plain/fea523e103dc13f1f80f71d75fe4f88686566584..186e6de6a52f293a6169a5f7790ff03c6790c733:/pianoinstrument.h diff --git a/pianoinstrument.h b/pianoinstrument.h index 53f823b..1b14b8d 100644 --- a/pianoinstrument.h +++ b/pianoinstrument.h @@ -1,14 +1,14 @@ // pianoinstrument.h - A piano simulator -// Written by James Bunton +// Written by James Bunton // Licensed under the GPL, see COPYING.txt for more details #ifndef PIANOINSTRUMENT_H #define PIANOINSTRUMENT_H -#include -#include -#include +#include +#include +#include #include "instrument.h" @@ -31,6 +31,8 @@ Q_OBJECT void copyArray(bool source[26], bool dest[26]); void emitSounds(); + QPixmap background; + bool oldNotes[26]; bool notes[26]; };