7 lines
117 B
C++
7 lines
117 B
C++
|
#include <hex/ui/popup.hpp>
|
||
|
|
||
|
namespace hex {
|
||
|
|
||
|
std::vector<std::unique_ptr<PopupBase>> PopupBase::s_openPopups;
|
||
|
|
||
|
}
|