feat: support two arg in dispatch in config

This commit is contained in:
DreamMaoMao 2025-05-03 14:42:05 +08:00
parent 7b527ed485
commit 2e7245f960
2 changed files with 20 additions and 17 deletions

View file

@ -149,9 +149,12 @@ struct uvec2 {
typedef struct {
int i;
int i2;
float f;
float f2;
char *v;
unsigned int ui;
unsigned int ui2;
} Arg;
typedef struct {