This commit is contained in:
2026-04-08 16:39:23 +02:00
parent a5378e32b9
commit 7468a16d63
7 changed files with 43 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
#define CMD_MSG_BOX 25 // arguments: wv: int, title:string, message: string, submessage: string, type:int -> result_t: int
#define CMD_SET_LOGLEVEL 26 // arguments: ll: int
#define CMD_INFO 27 // arguments: none
#define CMD_SET_ICON 28 // arguments: wv: int, icon:string (absolute filename to icon in png/jpg/svg)
#define RESULT_QUIT 36379