diff options
Diffstat (limited to 'include/rules.h')
-rw-r--r-- | include/rules.h | 11 |
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 |