diff --git a/platform_pokitto.h b/platform_pokitto.h index b78a288..d21e982 100644 --- a/platform_pokitto.h +++ b/platform_pokitto.h @@ -85,6 +85,10 @@ void SFG_getMouseOffset(int16_t *x, int16_t *y) *y = 0; } +void SFG_playSound(uint8_t soundIndex, uint8_t volume) +{ +} + int main() { pokitto.begin();