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