mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
9 lines
166 B
C++
9 lines
166 B
C++
#ifndef EVENT_WINDOW_HPP
|
|
#define EVENT_WINDOW_HPP
|
|
|
|
#include <cstdint>
|
|
|
|
int32_t OsWindowProc(void* window, uint32_t message, uint32_t wparam, int32_t lparam);
|
|
|
|
#endif
|