mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-09 13:29:54 -05:00
feat: support two arg in dispatch in config
This commit is contained in:
parent
7b527ed485
commit
2e7245f960
2 changed files with 20 additions and 17 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue