First commit

This commit is contained in:
Pavel Shevaev 2023-07-18 11:57:02 +03:00
commit 37ac007836
2 changed files with 15 additions and 0 deletions

8
composer.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "bit/meta_shared",
"description": "Shared meta declarations",
"homepage": "https://git.bit5.ru/composer/meta_shared",
"require": {
"php": ">=7.4"
}
}

7
meta/conf.mtgn Normal file
View File

@ -0,0 +1,7 @@
struct ConfBase
@bhl_bind
#NOTE: id is a CRC value
id : uint32 @default:0
strid : string @default:""
end