mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-21 08:25:05 -05:00
Fix pokitto
This commit is contained in:
parent
2f1573eb9d
commit
a5a0c65f2f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user