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.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/xe_engine.hpp') diff --git a/engine/xe_engine.hpp b/engine/xe_engine.hpp index 83824e2..9555574 100644 --- a/engine/xe_engine.hpp +++ b/engine/xe_engine.hpp @@ -20,7 +20,7 @@ class Engine { public: - Engine(int width, int height, std::string name); + Engine(int width, int height, std::string name, const char *icon); ~Engine(); -- cgit v1.2.3-freya