diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-26 21:24:28 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-26 21:24:28 -0400 |
commit | bc2a2d08c9b7e5ab7b5b85bdcba77087abaed95a (patch) | |
tree | aabc135163b7569f3c339a471479963ef7eabf2f /engine/xe_engine.hpp | |
parent | vertex buffer is not a byte vector, multi texture loading (diff) | |
download | minecraftvulkan-bc2a2d08c9b7e5ab7b5b85bdcba77087abaed95a.tar.gz minecraftvulkan-bc2a2d08c9b7e5ab7b5b85bdcba77087abaed95a.tar.bz2 minecraftvulkan-bc2a2d08c9b7e5ab7b5b85bdcba77087abaed95a.zip |
window icon
Diffstat (limited to '')
-rw-r--r-- | engine/xe_engine.hpp | 2 |
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(); |