test change

This commit is contained in:
Samuel Walker 2024-09-17 12:43:49 -06:00
parent 61ca7e7695
commit aa33623cda

View File

@ -10,7 +10,7 @@
int main(int argc, char *argv[]){ int main(int argc, char *argv[]){
std::cout << Raycaster_VERSION_MAJOR << "." << Raycaster_VERSION_MINOR << std::endl; std::cout << Raycaster_VERSION_MAJOR << "." << Raycaster_VERSION_MINOR << std::endl;
if(!glfwInit()){ if(!glfwInit()){
std::cout << "GLFW Init failed" << std::endl; std::cout << "GLFW Init failed " << std::endl;
return -1; return -1;
} }
GLFWwindow* window = glfwCreateWindow(640, 480, "My Title", NULL, NULL); GLFWwindow* window = glfwCreateWindow(640, 480, "My Title", NULL, NULL);