From 37ac0078364b0c841581c39a3c35e7ec98d839b9 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Tue, 18 Jul 2023 11:57:02 +0300 Subject: [PATCH] First commit --- composer.json | 8 ++++++++ meta/conf.mtgn | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 composer.json create mode 100644 meta/conf.mtgn diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..17a25bd --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "name": "bit/meta_shared", + "description": "Shared meta declarations", + "homepage": "https://git.bit5.ru/composer/meta_shared", + "require": { + "php": ">=7.4" + } +} diff --git a/meta/conf.mtgn b/meta/conf.mtgn new file mode 100644 index 0000000..9f33f27 --- /dev/null +++ b/meta/conf.mtgn @@ -0,0 +1,7 @@ + +struct ConfBase + @bhl_bind + #NOTE: id is a CRC value + id : uint32 @default:0 + strid : string @default:"" +end