summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 5c29008..fb5702a 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -2,6 +2,7 @@
#define PKE_WINDOW_HPP
#include "memory.hpp"
+#include "asset-manager.hpp"
#include <GLFW/glfw3.h>
#include <vulkan/vulkan.h>
@@ -21,5 +22,6 @@ struct PKEWindowProperties {
void CreateWindow(PKEWindowProperties *wp);
void DestroyWindow();
+VkShaderModule UploadShader(AssetHandle handle);
#endif /* PKE_WINDOW_HPP */