2362e7a11f
Console log can still be seen now when running ImHex through the console but the window won't pop up by default anymore
25 lines
289 B
C++
25 lines
289 B
C++
#include "window.hpp"
|
|
|
|
#if defined(OS_LINUX)
|
|
|
|
namespace hex {
|
|
|
|
void Window::initNative() {
|
|
|
|
}
|
|
|
|
void Window::setupNativeWindow() {
|
|
|
|
}
|
|
|
|
void Window::updateNativeWindow() {
|
|
|
|
}
|
|
|
|
void Window::drawTitleBar() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif |