diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-15 08:20:02 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-15 08:20:02 +0200 |
commit | a2931b65cd3ff5a2e77d9564a95aa3368a24533e (patch) | |
tree | cb3123bcd67184824909317aa7a3157fdcfba470 /HST-L/include/timer.h | |
parent | d8192e05fb13c57fd7ca05af6946093b51aa7d96 (diff) |
HST-L: Add AspectC++ support
Diffstat (limited to 'HST-L/include/timer.h')
-rw-r--r-- | HST-L/include/timer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/HST-L/include/timer.h b/HST-L/include/timer.h new file mode 100644 index 0000000..5b8eba3 --- /dev/null +++ b/HST-L/include/timer.h @@ -0,0 +1,5 @@ +#pragma once
+
+#define N_TIMERS 7
+#include "../../include/timer_base.h"
+#undef N_TIMERS
|