diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-09-26 11:03:27 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-09-26 11:03:27 -0400 |
commit | b579882324b6f20e04220f6cea735481abf18d47 (patch) | |
tree | af2670c05b49d9ba95cbc8769e781c091bba94db /src/first_app.hpp | |
parent | MSAA (diff) | |
download | minecraftvulkan-b579882324b6f20e04220f6cea735481abf18d47.tar.gz minecraftvulkan-b579882324b6f20e04220f6cea735481abf18d47.tar.bz2 minecraftvulkan-b579882324b6f20e04220f6cea735481abf18d47.zip |
multichunk meshing
Diffstat (limited to '')
-rwxr-xr-x | src/first_app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/first_app.hpp b/src/first_app.hpp index 6fb63e1..87cedba 100755 --- a/src/first_app.hpp +++ b/src/first_app.hpp @@ -13,6 +13,7 @@ #include <string> #include <memory> #include <vector> +#include <iostream> namespace app { class FirstApp { |