From 20d9fc5b5356a1054cb104ba6651b77184abf0db Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sun, 24 Dec 2023 04:26:00 -0600 Subject: initial commit --- src/instance.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/instance.h (limited to 'src/instance.h') diff --git a/src/instance.h b/src/instance.h new file mode 100644 index 0000000..b0be665 --- /dev/null +++ b/src/instance.h @@ -0,0 +1,16 @@ +#ifndef L2SU_INSTANCE_H_INCLUDED +#define L2SU_INSTANCE_H_INCLUDED + +#include "uuid/uuid.h" + +struct l2_instance { + uuid_t uuid; + char *name; + char *path; +}; + +void l2_instance_load(void); + +void l2_instance_save(void); + +#endif /* include guard */ -- cgit v1.2.3-70-g09d2