summaryrefslogtreecommitdiff
path: root/engine/xe_engine.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--engine/xe_engine.hpp2
1 files changed, 1 insertions, 1 deletions
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();