From 18c9a8b8905304cf5f8fc15825769046a3144866 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 18 Aug 2024 14:26:45 +0200 Subject: Reorganized folder structure --- src/utils/utils.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/utils/utils.h (limited to 'src/utils/utils.h') diff --git a/src/utils/utils.h b/src/utils/utils.h new file mode 100644 index 0000000..ce4355e --- /dev/null +++ b/src/utils/utils.h @@ -0,0 +1,3 @@ +#include "dbg_log.h" +#include "constants.h" +#include "math.h" -- cgit v1.3