Files
bluflame/bp4k/party_pack/src/synth.h
2026-04-18 22:31:51 +02:00

8 lines
104 B
C

#pragma once
extern "C"
{
void InitSound();
float get_Envelope(int instrument);
float get_Time();
}