summaryrefslogtreecommitdiff
path: root/TRNS/include/timer.h
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-05-13 14:18:39 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-05-13 14:18:39 +0200
commiteb71b2b0a15a400d61285e4e0534a27af5c4f41d (patch)
tree4fa014d35792b33fade0df84baa19fbc33d790e0 /TRNS/include/timer.h
parent05001600966baeeba4ef42ddcf1804975fe88625 (diff)
TRNS: refactor AspectC++ and timer headers
Diffstat (limited to 'TRNS/include/timer.h')
-rw-r--r--TRNS/include/timer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TRNS/include/timer.h b/TRNS/include/timer.h
new file mode 100644
index 0000000..8d5c3d5
--- /dev/null
+++ b/TRNS/include/timer.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#define N_TIMERS 10
+#include "../../include/timer_base.h"
+#undef N_TIMERS