From ce550f08fa91598612c016ebebc89c4af2e9505e Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 15 Sep 2022 00:53:01 +0200 Subject: Renamed EventDispatch and EventTarget by adding UI prefix --- StarsEx/Game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'StarsEx/Game.cpp') diff --git a/StarsEx/Game.cpp b/StarsEx/Game.cpp index 4c15163..420d7d3 100644 --- a/StarsEx/Game.cpp +++ b/StarsEx/Game.cpp @@ -11,7 +11,7 @@ #include "Mouse.h" #include "Universe.h" #include "Window.h" -#include "EventDispatch.h" +#include "UIEventDispatch.h" #include "Panic.h" #include "Pcx.h" #include "Bitmap.h" @@ -130,7 +130,7 @@ void Game::GameLoop() { if (active) { - auto dispatch = EventDispatch::GetInstance(); + auto dispatch = UIEventDispatch::GetInstance(); if (dispatch) dispatch->Dispatch(); } -- cgit v1.1