From 20d9fc5b5356a1054cb104ba6651b77184abf0db Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sun, 24 Dec 2023 04:26:00 -0600 Subject: initial commit --- src/l2su.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/l2su.h (limited to 'src/l2su.h') diff --git a/src/l2su.h b/src/l2su.h new file mode 100644 index 0000000..13df852 --- /dev/null +++ b/src/l2su.h @@ -0,0 +1,17 @@ +#ifndef L2SU_MAIN_H_INCLUDED +#define L2SU_MAIN_H_INCLUDED + +#include "command.h" +#include "instance.h" + +struct l2_user_paths { + const char *config; + const char *data; +}; + +struct { + struct l2_user_paths paths; + struct l2_instance *instances; +} l2_state; + +#endif /* include guard */ -- cgit v1.2.3-70-g09d2