#pragma once #include class GraphicsBitmap; class Emoji { public: static const GraphicsBitmap* emoji_for_codepoint(u32 codepoint); };