-
Notifications
You must be signed in to change notification settings - Fork 0
Pod 1 Format Reference
Jon Daniel edited this page Sep 20, 2024
·
12 revisions
namespace tr::pod1
{
struct header
{
u32<1> entry_count;
c8<80> common;
};
struct entry
{
c8<32> name;
u32<1> size;
u32<1> offset;
};
};All information here is to my best knowledge, is is not proven by any official reference manual by Microsoft or Terminal Reality.