aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-01-30 00:40:23 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-01-30 00:40:23 -0500
commit633c3c257807449d196cb9c9380a1f819a37cf67 (patch)
treee933127f4ef199254143837954cce9d130be357c /include
parenta38361ab18235aa273847b3a3a6d0509aefcaf14 (diff)
downloadstasis-633c3c257807449d196cb9c9380a1f819a37cf67.tar.gz
Restructure rules directory
Diffstat (limited to 'include')
-rw-r--r--include/rules.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/rules.h b/include/rules.h
new file mode 100644
index 0000000..63eade7
--- /dev/null
+++ b/include/rules.h
@@ -0,0 +1,11 @@
+//
+// Created by jhunk on 12/18/23.
+//
+
+#ifndef OMC_RULES_H
+#define OMC_RULES_H
+
+#include "omc.h"
+
+
+#endif //OMC_RULES_H