From 06950aab233de6a2f47293d59575bb42f6131660 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 27 Jan 2021 22:06:49 +0100 Subject: Complete rewrite using C++ and with shared state support --- src/common.hh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/common.hh (limited to 'src/common.hh') diff --git a/src/common.hh b/src/common.hh new file mode 100644 index 0000000..1618bc1 --- /dev/null +++ b/src/common.hh @@ -0,0 +1,6 @@ +#ifndef COMMON_HH +#define COMMON_HH + +#include + +#endif // COMMON_HH -- cgit v1.2.3-70-g09d2