From 55f9635f8818614d1c0e5f2dbfc6eb3de18a7107 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Sun, 1 Sep 2024 13:24:09 +0200 Subject: Playing around with dependencies. I need to think about the potential async codec behaviours --- modules/codec-unit/c++/timer.hpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/codec-unit/c++/timer.hpp (limited to 'modules/codec-unit/c++') 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 { + +} -- cgit v1.2.3