MCPcopy Create free account
hub / github.com/doldecomp/mkdd / BMC

Class BMC

include/Kameda/ReadPrintMessage.h:68–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66};
67
68struct BMC
69{
70 Header header;
71 struct
72 {
73 struct
74 {
75 u32 kind;
76 u32 size;
77 } header;
78
79 u16 numColors;
80 u16 colorFormat;
81 u32 entries[256];
82 // padding bytes, 32 byte alignment
83 } colorTable;
84};
85
86namespace ReadPrintMessage
87{ // Autogenerated

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected