sse client to listen commands (from mapedit)

This commit is contained in:
Ondřej Novák 2025-05-07 17:46:51 +02:00
parent 13f6c05c60
commit bb5be10adc
10 changed files with 336 additions and 29 deletions

View file

@ -13,6 +13,7 @@ typedef struct {
const char *config_path;
const char *lang_path;
const char *sse_hostport;
} SKELDAL_CONFIG;