mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00: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
|