diff --git a/include/controls.h b/include/controls.h index 120fdde..636d573 100644 --- a/include/controls.h +++ b/include/controls.h @@ -17,4 +17,4 @@ void handleInput(GLFWwindow* window, Particles* particles, int numParticles); // Function to handle mouse scroll input for adjusting gravitational pull void handleScroll(GLFWwindow* window, double xoffset, double yoffset); -#endif \ No newline at end of file +#endif