diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-30 11:31:45 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-30 11:31:45 -0500 |
| commit | 6e498a3781f5ccbbaa6cf5e407cf67722624760f (patch) | |
| tree | 8a4e95e4d962b3102d8d348a0f292f8ef8ee30df /src/window.hpp | |
| parent | 9830bc2425385de6e666251fa9df6318605c639c (diff) | |
prefer explicit callback system over events
Diffstat (limited to 'src/window.hpp')
| -rw-r--r-- | src/window.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.hpp b/src/window.hpp index 0194a18..73369d3 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -88,7 +88,7 @@ struct ImplementedPipelines { }; extern ImplementedPipelines pkePipelines; -void CreateWindow(PKEWindowProperties *wp); +void CreateWindow(PKEWindowProperties wp); void DestroyWindow(); VkShaderModule UploadShader(AssetHandle handle); void Render(); |
