2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-25 02:05:34 +00:00
metaforce/specter/lib/Control.cpp
2018-12-07 19:24:02 -10:00

11 lines
279 B
C++

#include "specter/Control.hpp"
namespace specter {
Control::Control(ViewResources& res, View& parentView, IControlBinding* controlBinding)
: View(res, parentView), m_controlBinding(controlBinding) {}
std::recursive_mutex ITextInputView::m_textInputLk;
} // namespace specter