From 1d4447bcd888dd0bd20cf4b6dd7f9192145debf0 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 29 Jun 2026 22:59:28 -0400 Subject: Refactor data structures --- include/lcq/pit.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/lcq/pit.h (limited to 'include/lcq/pit.h') diff --git a/include/lcq/pit.h b/include/lcq/pit.h new file mode 100644 index 0000000..3afce9f --- /dev/null +++ b/include/lcq/pit.h @@ -0,0 +1,11 @@ +#ifndef LCOLONQ_PIT_H +#define LCOLONQ_PIT_H + +#include +#include +#include +#include +#include +#include + +#endif -- cgit v1.2.3