#include "first_app.hpp" namespace cve { void FirstApp::run() { while (!cveWindow.shouldClose()) { glfwPollEvents(); } } }