move classificator to system event folder
This commit is contained in:
parent
1c3d8189e8
commit
a663120ea6
@ -2,7 +2,7 @@
|
||||
|
||||
#include "try_engine/utils/utils.hpp"
|
||||
#include "try_engine/event/system_event/event.hpp"
|
||||
#include "try_engine/event/event_classificator.hpp"
|
||||
#include "try_engine/event/system_event/classificator.hpp"
|
||||
|
||||
namespace try_engine::system_event
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include "try_engine/utils/utils.hpp"
|
||||
#include "try_engine/event/system_event/event.hpp"
|
||||
#include "try_engine/event/event_classificator.hpp"
|
||||
#include "try_engine/event/system_event/classificator.hpp"
|
||||
|
||||
namespace try_engine::system_event
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include "try_engine/utils/utils.hpp"
|
||||
#include "try_engine/event/system_event/event.hpp"
|
||||
#include "try_engine/event/event_classificator.hpp"
|
||||
#include "try_engine/event/system_event/classificator.hpp"
|
||||
|
||||
namespace try_engine::system_event
|
||||
{
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
namespace try_engine::system_event::classificator
|
||||
{
|
||||
// HERE
|
||||
// переменныейц вынести в кофиг
|
||||
inline std::string WINDOW_RESIZE() { return "WINDOW_RESIZE"; }
|
||||
inline std::string WINDOW_CLOSE() { return "WINDOW_CLOSE"; }
|
||||
inline std::string WINDOW_FOCUS() { return "WINDOW_FOCUS"; }
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include "try_engine/application/application.hpp"
|
||||
|
||||
#include "try_engine/event/event_classificator.hpp"
|
||||
#include "try_engine/event/system_event/classificator.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"
|
||||
|
Reference in New Issue
Block a user