Files
imhex/source/window/linux_window.cpp
2021-08-18 22:36:46 +02:00

17 lines
191 B
C++

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