From 7a788b6297ed7ea46ed3c472d4bc43f1857d948f Mon Sep 17 00:00:00 2001 From: Reed Nightingale <reed.nightingale@gmail.com> Date: Sat, 25 Apr 2020 22:36:40 -0700 Subject: [PATCH] Proxy the tone library so that it builds --- toneAC2Proxy.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 toneAC2Proxy.cpp diff --git a/toneAC2Proxy.cpp b/toneAC2Proxy.cpp new file mode 100644 index 0000000..5e118f1 --- /dev/null +++ b/toneAC2Proxy.cpp @@ -0,0 +1 @@ +#include "toneAC2/toneAC2.cpp"