From bc2a2d08c9b7e5ab7b5b85bdcba77087abaed95a Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Mon, 26 Sep 2022 21:24:28 -0400 Subject: window icon --- engine/xe_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/xe_engine.cpp') diff --git a/engine/xe_engine.cpp b/engine/xe_engine.cpp index 2044c58..56222a9 100644 --- a/engine/xe_engine.cpp +++ b/engine/xe_engine.cpp @@ -8,7 +8,7 @@ Engine* Engine::getInstance() { return _instance; } -Engine::Engine(int width, int height, std::string name) : xeWindow{width, height, name}, +Engine::Engine(int width, int height, std::string name, const char *icon) : xeWindow{width, height, name, icon}, xeDevice{xeWindow}, xeRenderer{xeWindow, xeDevice}, xeCamera{}, -- cgit v1.2.3-freya