From 866393b70f5baddcaf9571b7240ebd4ce44bc67c Mon Sep 17 00:00:00 2001 From: hybrid Date: Sat, 11 Jul 2026 10:15:52 +0300 Subject: add: tmp commit --- include/ace.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/ace.h (limited to 'include/ace.h') diff --git a/include/ace.h b/include/ace.h new file mode 100644 index 0000000..90b1996 --- /dev/null +++ b/include/ace.h @@ -0,0 +1,17 @@ +#ifndef ACE_H +#define ACE_H + +#include + +typedef struct ace_ballistics ace_ballistics; + +typedef struct { + ace_ballistics *ballistics; +} ace_config; +extern ace_config *ace; + +struct ace_ballistics { + bool enabled; +}; + +#endif -- cgit v1.3.1