aboutsummaryrefslogtreecommitdiff
path: root/src/platform/gui/Window.cpp
blob: 15a49b06f75322f39f53e09199cff73be88e903e (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "cru/platform/gui/Window.h"
#include "cru/base/Base.h"

namespace cru::platform::gui {
bool INativeWindow::IsCreated() { NotImplemented(); }

IEvent<const NativePaintEventArgs&>* INativeWindow::Paint1Event() {
  NotImplemented();
}

}  // namespace cru::platform::gui