summaryrefslogtreecommitdiff
path: root/TS/include/timer.h
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-05-13 16:00:22 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-05-13 16:00:49 +0200
commitd666b713716af62708cc9fefe3ab136e7f18b5ae (patch)
treedf6f2a8a0600512da758864da343ca2b74b72dc8 /TS/include/timer.h
parent5f8f20540a69713921b0f49ae9d28b5f56943b34 (diff)
TS: Add AspectC++ support
Diffstat (limited to 'TS/include/timer.h')
-rw-r--r--TS/include/timer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TS/include/timer.h b/TS/include/timer.h
new file mode 100644
index 0000000..7b80823
--- /dev/null
+++ b/TS/include/timer.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#define N_TIMERS 7
+#include "../../include/timer_base.h"
+#undef N_TIMERS