From d03d7187c1881237b1a98404a125507d33d85a0e Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Sun, 21 Aug 2022 22:05:10 -0400 Subject: a bit of housekeeping --- structs.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 structs.h (limited to 'structs.h') diff --git a/structs.h b/structs.h new file mode 100644 index 0000000..fbb97ed --- /dev/null +++ b/structs.h @@ -0,0 +1,5 @@ +struct effect; + +struct action_entry; +struct action_entries; + -- cgit v1.2.3