diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-15 10:13:23 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-15 10:13:23 +0200 |
commit | 665cc63e16a1a5ac083c3a2df38236ae58025b64 (patch) | |
tree | c153ad46b6673fd2627d5988c360f8ec00b84fac /MLP/include/timer.h | |
parent | 28f4fec42cc1eeec9718d1534728afaf9ac540f8 (diff) |
MLP: Add AspectC++ support
Diffstat (limited to 'MLP/include/timer.h')
-rw-r--r-- | MLP/include/timer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MLP/include/timer.h b/MLP/include/timer.h new file mode 100644 index 0000000..bff638d --- /dev/null +++ b/MLP/include/timer.h @@ -0,0 +1,5 @@ +#pragma once + +#define N_TIMERS 5 +#include "../../include/timer_base.h" +#undef N_TIMERS |