add event headers

This commit is contained in:
chatlanin 2023-03-05 15:45:54 +03:00
parent 1d7c651e60
commit a427ab3144

View File

@ -6,6 +6,8 @@
#include "try_engine/event/event_classificator.hpp" #include "try_engine/event/event_classificator.hpp"
#include "try_engine/event/system_event/event.hpp" #include "try_engine/event/system_event/event.hpp"
#include "try_engine/event/system_event/category/key_event.hpp"
#include "try_engine/event/system_event/category/window_event.hpp"
#include "try_engine/event/app_event/event.hpp" #include "try_engine/event/app_event/event.hpp"
#include "try_engine/renderer/renderer.hpp" #include "try_engine/renderer/renderer.hpp"