1
0
mirror of synced 2024-11-15 11:33:23 +01:00
ImHex/lib/libimhex/source/ui/popup.cpp

7 lines
117 B
C++
Raw Normal View History

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