1
0
mirror of synced 2024-12-02 11:17:19 +01:00
ImHex/lib/libimhex/source/ui/popup.cpp

7 lines
123 B
C++

#include <hex/ui/popup.hpp>
namespace hex::impl {
std::vector<std::unique_ptr<PopupBase>> PopupBase::s_openPopups;
}