diff options
| author | 2024-01-05 04:53:20 -0600 | |
|---|---|---|
| committer | 2024-01-05 04:53:20 -0600 | |
| commit | 11672146b9bf67cae05e8e3207c9bd1e47d52220 (patch) | |
| tree | 4d72fd88efbabeeb37509cdc99c5404528183ca1 /src/l2su.h | |
| parent | downloads assets correctly (diff) | |
extracts natives
Diffstat (limited to 'src/l2su.h')
| -rw-r--r-- | src/l2su.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,7 @@ #include <time.h> #include <curl/curl.h> #include <stdio.h> +#include <stdbool.h> struct l2_user_paths { const char *config; @@ -33,6 +34,7 @@ extern struct tag_l2_state_t l2_state; /* homecooked string methods */ char *l2_launcher_strapp(char *target, const char *src); +bool l2_launcher_strpre(const char *pre, const char *text); char *l2_launcher_sprintf_alloc(const char *fmt, ...) L2_FORMAT(printf, 1, 2); |
