diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-25 17:36:31 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-25 17:36:31 +0200 |
| commit | f3eeedc91a04ca0651e0fe78a2119e7e3e38e391 (patch) | |
| tree | fc2265ccc90abcefbdf2eb7670eb2c30c56da300 /src/crepe/util | |
| parent | f4560e02f703f1c6f857c8e5af63fa9fc4ca6438 (diff) | |
WIP Audio API + facade
Diffstat (limited to 'src/crepe/util')
| -rw-r--r-- | src/crepe/util/CMakeLists.txt | 0 | ||||
| -rw-r--r-- | src/crepe/util/debug.cpp | 0 | ||||
| -rw-r--r-- | src/crepe/util/debug.h | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/src/crepe/util/CMakeLists.txt b/src/crepe/util/CMakeLists.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/crepe/util/CMakeLists.txt diff --git a/src/crepe/util/debug.cpp b/src/crepe/util/debug.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/crepe/util/debug.cpp diff --git a/src/crepe/util/debug.h b/src/crepe/util/debug.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/crepe/util/debug.h |