mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 23:44:28 -04:00
10 lines
138 B
C++
10 lines
138 B
C++
#pragma once
|
|
|
|
struct WindowEvent;
|
|
|
|
namespace window_demo {
|
|
|
|
void log_window_event(const WindowEvent* event);
|
|
|
|
} // namespace window_demo
|