From fe73d29c43fa09ce729d96a7be9eb715d6620d39 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 31 May 2021 15:53:35 +0200 Subject: [PATCH] added the musictable tool --- devmods/musictable.cpp | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 devmods/musictable.cpp diff --git a/devmods/musictable.cpp b/devmods/musictable.cpp new file mode 100644 index 00000000..43d581c0 --- /dev/null +++ b/devmods/musictable.cpp @@ -0,0 +1,27 @@ +#include "../hyper.h" + +// a tool to generate the music tables for Android and iOS + +namespace hr { + +auto aec = + arg::add3("-music-ios", [] { + for(int i=0; i