Files
dusklight/mods/window_demo/src/logging.hpp
T

10 lines
138 B
C++

#pragma once
struct WindowEvent;
namespace window_demo {
void log_window_event(const WindowEvent* event);
} // namespace window_demo