SDEngine
Game Engine
Loading...
Searching...
No Matches
Event.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace sd {
4
5// EventType and EventCategory are kept for any remaining references,
6// but new code should use variant-based dispatch instead.
7
8} // namespace sd
Definition Application.hpp:22