generated from AfonsoCMSousa/CPP-Template
Fix: Fix curl errors. Curl was never used anyways
This commit is contained in:
+1
-1
@@ -5,8 +5,8 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
// glad and GLFW
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <glad/glad.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
// glm math
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
@@ -14,8 +14,10 @@
|
||||
#include <glm/gtc/matrix_transform.hpp>
|
||||
#include <glm/gtc/type_ptr.hpp>
|
||||
|
||||
#include <glad/glad.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
|
||||
// Shader loader helper
|
||||
std::string loadShaderSource(const std::string& filepath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user