summaryrefslogtreecommitdiff
path: root/modules/codec-unit/c++/timer.hpp
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-01 13:24:09 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-01 13:24:09 +0200
commit55f9635f8818614d1c0e5f2dbfc6eb3de18a7107 (patch)
treeb716810726e9511fc07699e7072092eced2ecd7c /modules/codec-unit/c++/timer.hpp
parent636abd840ef43ff5bca30f963d6d1cf28f016cf7 (diff)
Playing around with dependencies.
I need to think about the potential async codec behaviours
Diffstat (limited to 'modules/codec-unit/c++/timer.hpp')
-rw-r--r--modules/codec-unit/c++/timer.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/codec-unit/c++/timer.hpp b/modules/codec-unit/c++/timer.hpp
new file mode 100644
index 0000000..30eed2f
--- /dev/null
+++ b/modules/codec-unit/c++/timer.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+namespace saw {
+
+}