X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;fp=src%2Fglobal.h;h=09215950380eb57721960ee23d0d5854c0290f66;hb=98e7923e3e81d05395dbadf4c4f2fba137feeff1;hp=1db173d50d2f6fbec57829d2faedff785cfadf79;hpb=5e24dd2c9ee075606fcea37770c141528ab96fc6;p=wozmaker diff --git a/src/global.h b/src/global.h index 1db173d..0921595 100644 --- a/src/global.h +++ b/src/global.h @@ -35,6 +35,9 @@ class Global static uint32_t waveSync; static uint32_t synWave[141][80000]; // Synthesized wave static uint32_t synWaveLen[141]; // Synthesized wave length + static uint8_t bStream[141][80000]; + static uint32_t bStreamLen[141]; + static uint32_t bStreamLenBits[141]; }; #endif // __GLOBAL_H__