summaryrefslogtreecommitdiff
path: root/engine/xe_engine.hpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-26 21:24:28 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-26 21:24:28 -0400
commitbc2a2d08c9b7e5ab7b5b85bdcba77087abaed95a (patch)
treeaabc135163b7569f3c339a471479963ef7eabf2f /engine/xe_engine.hpp
parentvertex buffer is not a byte vector, multi texture loading (diff)
downloadminecraftvulkan-bc2a2d08c9b7e5ab7b5b85bdcba77087abaed95a.tar.gz
minecraftvulkan-bc2a2d08c9b7e5ab7b5b85bdcba77087abaed95a.tar.bz2
minecraftvulkan-bc2a2d08c9b7e5ab7b5b85bdcba77087abaed95a.zip
window icon
Diffstat (limited to 'engine/xe_engine.hpp')
-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();