initial import from steam-vent repo

This commit is contained in:
Robin Appelman 2025-09-07 21:49:39 +02:00
commit b4633fa310
90 changed files with 247724 additions and 0 deletions

View file

@ -0,0 +1,13 @@
message CUIFontFilePB {
optional string font_file_name = 1;
optional bytes opentype_font_data = 2;
}
message CUIFontFilePackagePB {
message CUIEncryptedFontFilePB {
optional bytes encrypted_contents = 1;
}
required uint32 package_version = 1;
repeated .CUIFontFilePackagePB.CUIEncryptedFontFilePB encrypted_font_files = 2;
}