thunderbrew/src/event/Window.hpp

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