summaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-08-21 22:05:10 -0400
committerFox Caminiti <fox@foxcam.net>2022-08-21 22:05:10 -0400
commitd03d7187c1881237b1a98404a125507d33d85a0e (patch)
treee0409ebb4bec224b1231317e3e7743fb9349b989 /structs.h
parented51dab429e467fc144f0bfbed70a5291c8a0a27 (diff)
a bit of housekeeping
Diffstat (limited to 'structs.h')
-rw-r--r--structs.h5
1 files changed, 5 insertions, 0 deletions
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;
+