From f8b92ce3aa08b1445c9f956d8166830946562d12 Mon Sep 17 00:00:00 2001 From: navewindre Date: Wed, 3 Sep 2025 20:10:09 +0200 Subject: a --- src/util/thread.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/util/thread.cpp (limited to 'src/util/thread.cpp') diff --git a/src/util/thread.cpp b/src/util/thread.cpp new file mode 100644 index 0000000..74b01fc --- /dev/null +++ b/src/util/thread.cpp @@ -0,0 +1,2 @@ +#define THREAD_IMPLEMENTATION +#include "thread.h" -- cgit v1.2.3