#pragma once namespace mce { class UUID { public: static UUID* EMPTY; char filler[0x14]; }; }