From 8dc8689a009a3702bf4135e628f9d63df8b2ea36 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Sun, 28 Nov 2010 21:14:50 +0000 Subject: Added AWL files --- muse2/awl/ltest.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 muse2/awl/ltest.cpp (limited to 'muse2/awl/ltest.cpp') diff --git a/muse2/awl/ltest.cpp b/muse2/awl/ltest.cpp new file mode 100644 index 00000000..55fe1749 --- /dev/null +++ b/muse2/awl/ltest.cpp @@ -0,0 +1,14 @@ +#include +#include "awlplugin.h" + +//--------------------------------------------------------- +// main +//--------------------------------------------------------- + +int main(int /*argc*/, char* /*argv*/[]) + { + printf("Hello MusE\n"); + new KnobPlugin; + return 0; + } + -- cgit v1.2.3