mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
8 lines
166 B
C++
8 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
|