From 6a001c4840140e71ba1672a4576d52d1a62c0922 Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Sat, 1 Oct 2022 14:35:16 -0400 Subject: rename src files, move .o to /bin --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index fa0804d..8b616af 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,11 +1,11 @@ -#include "first_app.hpp" +#include "minecraft.hpp" #include #include #include int main() { - app::FirstApp app{}; + app::Minecraft app{}; try { app.run(); -- cgit v1.2.3-freya