First commit
This commit is contained in:
commit
37ac007836
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "bit/meta_shared",
|
||||
"description": "Shared meta declarations",
|
||||
"homepage": "https://git.bit5.ru/composer/meta_shared",
|
||||
"require": {
|
||||
"php": ">=7.4"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
struct ConfBase
|
||||
@bhl_bind
|
||||
#NOTE: id is a CRC value
|
||||
id : uint32 @default:0
|
||||
strid : string @default:""
|
||||
end
|
Loading…
Reference in New Issue