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