mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
10 lines
197 B
C++
10 lines
197 B
C++
#include "event/Window.hpp"
|
|
|
|
int32_t OsGuiProcessMessage(void* message) {
|
|
return 0;
|
|
}
|
|
|
|
int32_t OsWindowProc(void* window, uint32_t message, uintptr_t wparam, intptr_t lparam) {
|
|
return 0;
|
|
}
|