Files
MuditaOS/module-gui/gui/core/DrawCommandForward.hpp
Adam 64db7d8327 EDG-3585 Small fixup for refresh & cleanup in buildDrawLists (#916)
* EGD-3585 Minor refresh fixup&  Normalised buildDrawList everywhere
2020-10-30 10:13:47 +01:00

14 lines
278 B
C++

// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
#pragma once
#include <memory>
namespace gui
{
class DrawCommand;
using Command = std::unique_ptr<DrawCommand>;
} // namespace gui