1
0
mirror of synced 2025-02-11 16:22:59 +01:00
ImHex/source/window/macos_window.cpp

21 lines
241 B
C++

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