From a0afac9c18105df17ef01153f96091425d2cf38f Mon Sep 17 00:00:00 2001 From: Yggdrasil75 Date: Tue, 3 Mar 2026 06:05:15 -0500 Subject: [PATCH] asdf --- tests/ptest.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/ptest.cpp b/tests/ptest.cpp index f698725..ce0f716 100644 --- a/tests/ptest.cpp +++ b/tests/ptest.cpp @@ -2,17 +2,12 @@ #include #include -// Include GLAD/GLFW -// Ensure these are in your include path #include -// ImGui #include "imgui.h" #include "imgui_impl_glfw.h" #include "imgui_impl_opengl3.h" -// Include your implementation files -// (Unity build style as requested) #include "../util/noise/pnoise.cpp" #include "planet.cpp" #include "../util/basicdefines.hpp"