diff --git a/include/glad/glad.h b/include/glad/glad.hpp similarity index 100% rename from include/glad/glad.h rename to include/glad/glad.hpp diff --git a/output b/output new file mode 100755 index 0000000..a02ae91 Binary files /dev/null and b/output differ diff --git a/src/glad.cpp b/src/glad.cpp index 47c3aba..99f5929 100644 --- a/src/glad.cpp +++ b/src/glad.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include static void* get_proc(const char *namez); diff --git a/src/main.cpp b/src/main.cpp index dca2d01..f2700a2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ #include // GL includes -#include +#include // SDL includes different on windows // the way i have it set up so i gotta diff --git a/src/object.h b/src/object.h index 52e089f..8ddc618 100644 --- a/src/object.h +++ b/src/object.h @@ -5,7 +5,7 @@ #include // GL includes -#include +#include #if _WIN32 #include diff --git a/src/shader.h b/src/shader.h index 7505f84..be03e02 100644 --- a/src/shader.h +++ b/src/shader.h @@ -1,7 +1,7 @@ #ifndef SRC_SHADER_H_ #define SRC_SHADER_H_ -#include +#include #include #include