Created nix-shell and reworking some data
This commit is contained in:
8
szcli/szcli.odin
Normal file
8
szcli/szcli.odin
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
package szcli
|
||||||
|
|
||||||
|
import "core:fmt"
|
||||||
|
|
||||||
|
main :: proc() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@@ -35,6 +35,8 @@ SzTemplateField :: struct {
|
|||||||
type: SzFieldType,
|
type: SzFieldType,
|
||||||
is_list: bool,
|
is_list: bool,
|
||||||
default_value: string,
|
default_value: string,
|
||||||
|
special_type: bool,
|
||||||
|
special_value: string,
|
||||||
}
|
}
|
||||||
|
|
||||||
SzFieldType :: enum {
|
SzFieldType :: enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user