5 lines
132 B
C
5 lines
132 B
C
|
#pragma once
|
||
|
|
||
|
// "wzctool s"; args = "{guid} param value"
|
||
|
// sets the value for any of the params
|
||
|
void cmdS(int argc, char *argv[]);
|