mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
7 lines
123 B
C++
7 lines
123 B
C++
#include <hex/ui/popup.hpp>
|
|
|
|
namespace hex::impl {
|
|
|
|
std::vector<std::unique_ptr<PopupBase>> PopupBase::s_openPopups;
|
|
|
|
} |