mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-30 08:29:16 -06:00
21 lines
241 B
C++
21 lines
241 B
C++
#include "window.hpp"
|
|
|
|
#if defined(OS_MACOS)
|
|
|
|
namespace hex {
|
|
|
|
void Window::setupNativeWindow() {
|
|
|
|
}
|
|
|
|
void Window::updateNativeWindow() {
|
|
|
|
}
|
|
|
|
void Window::drawTitleBar() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif |