Initial commit
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void help_dialog_show(const char *local_ip, const char *external_ip,
|
||||
const char *version, const char *locale);
|
||||
|
||||
void update_dialog_show(const char *new_version, const char *locale);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user