#include "window.hpp"
#if defined(OS_MACOS)
namespace hex {
void Window::initNative() {
}
void Window::setupNativeWindow() {
void Window::updateNativeWindow() {
void Window::drawTitleBar() {
#endif