summaryrefslogtreecommitdiff
path: root/src/pke-at-common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pke-at-common.hpp')
-rw-r--r--src/pke-at-common.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pke-at-common.hpp b/src/pke-at-common.hpp
new file mode 100644
index 0000000..a7b9a69
--- /dev/null
+++ b/src/pke-at-common.hpp
@@ -0,0 +1,12 @@
+#ifndef PKE_AT_PKE_AT_COMMON_HPP
+#define PKE_AT_PKE_AT_COMMON_HPP
+
+#include "pke/asset-manager.hpp"
+
+#include <cstdint>
+
+void pke_at_bpm_reset(uint8_t bpm);
+
+AssetHandle pke_at_audio_get_or_generate_sawtooth(double pitch_freq, double duration);
+
+#endif /* PKE_AT_PKE_AT_COMMON_HPP */