diff --git a/bin/audiopyle_1.2.exe b/bin/audiopyle_1.2.exe deleted file mode 100644 index e48f843..0000000 Binary files a/bin/audiopyle_1.2.exe and /dev/null differ diff --git a/bin/sd.exe b/bin/sd.exe new file mode 100644 index 0000000..cb448b1 Binary files /dev/null and b/bin/sd.exe differ diff --git a/src/DefaultDevices.h b/src/sd/DefaultDevices.h similarity index 100% rename from src/DefaultDevices.h rename to src/sd/DefaultDevices.h diff --git a/src/Device.cpp b/src/sd/Device.cpp similarity index 100% rename from src/Device.cpp rename to src/sd/Device.cpp diff --git a/src/Device.h b/src/sd/Device.h similarity index 100% rename from src/Device.h rename to src/sd/Device.h diff --git a/src/DevicePrinter.cpp b/src/sd/DevicePrinter.cpp similarity index 100% rename from src/DevicePrinter.cpp rename to src/sd/DevicePrinter.cpp diff --git a/src/DevicePrinter.h b/src/sd/DevicePrinter.h similarity index 100% rename from src/DevicePrinter.h rename to src/sd/DevicePrinter.h diff --git a/src/Utils.cpp b/src/sd/Utils.cpp similarity index 100% rename from src/Utils.cpp rename to src/sd/Utils.cpp diff --git a/src/Utils.h b/src/sd/Utils.h similarity index 100% rename from src/Utils.h rename to src/sd/Utils.h diff --git a/src/audiopyle.cpp b/src/sd/audiopyle.cpp similarity index 98% rename from src/audiopyle.cpp rename to src/sd/audiopyle.cpp index bc98345..53fda2c 100644 --- a/src/audiopyle.cpp +++ b/src/sd/audiopyle.cpp @@ -42,6 +42,6 @@ int main(int argc, char** argv) ap::DevicePrinter printer(GetOptions(argc, argv)); printer.Print(); - + fflush(stdout); return 0; } \ No newline at end of file