summaryrefslogtreecommitdiff
path: root/src/first_app.hpp
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-09-27 13:35:49 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2022-09-27 13:35:49 -0400
commit965ff9cc09401ae61c15aca0232d59fac17bfce3 (patch)
tree9fb7619560e528cbf83edfed57b6b7695e8b9a94 /src/first_app.hpp
parentchange shader lighting (diff)
downloadminecraftvulkan-965ff9cc09401ae61c15aca0232d59fac17bfce3.tar.gz
minecraftvulkan-965ff9cc09401ae61c15aca0232d59fac17bfce3.tar.bz2
minecraftvulkan-965ff9cc09401ae61c15aca0232d59fac17bfce3.zip
async chunk meshing
Diffstat (limited to 'src/first_app.hpp')
-rwxr-xr-xsrc/first_app.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/first_app.hpp b/src/first_app.hpp
index 87cedba..3339b04 100755
--- a/src/first_app.hpp
+++ b/src/first_app.hpp
@@ -32,8 +32,6 @@ class FirstApp {
static constexpr int WIDTH = 800;
static constexpr int HEIGHT = 600;
- void loadGameObjects();
-
xe::Engine xeEngine;
std::vector<xe::GameObject> gameObjects;