aboutsummaryrefslogtreecommitdiffstats
path: root/src/launch.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-01-11 00:39:56 -0600
committerLibravatar bigfoot547 <[email protected]>2024-01-11 00:39:56 -0600
commitb837ef02aff4c0974161ff2e077551a9710fdac5 (patch)
tree3ae0af26264f2ec62af5ebf4391ef6399f67354f /src/launch.h
parentactually use runtime (diff)
add auth
Diffstat (limited to 'src/launch.h')
-rw-r--r--src/launch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/launch.h b/src/launch.h
index 598a152..3378e41 100644
--- a/src/launch.h
+++ b/src/launch.h
@@ -4,6 +4,7 @@
#include "l2su.h"
#include "instance.h"
#include "version.h"
+#include "user.h"
#include <jansson.h>
@@ -34,6 +35,8 @@ struct l2_launch {
size_t ngame_args;
char **jvm_args;
size_t njvm_args;
+
+ struct l2_user *user;
};
int l2_launch_init(struct l2_launch *launch, const char *vername, struct l2_instance *inst);