/* icons.h Copyright (C) 2009 yellow wood goblin SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once #include class cIcons { public: static void maskBlt(const u16* aSrc, u16* aDst); };