This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent dc03858585
commit 2e0cad7fd1
40 changed files with 220 additions and 207 deletions
+9 -8
View File
@@ -1,11 +1,12 @@
#include<glad.h>
#include<glfw3.h>
#include<iostream>
#include<sstream>
#include<fstream>
#include"shader.h"
#include<glm/gtc/matrix_transform.hpp>
#include<glm/gtc/type_ptr.hpp>
#include <glad.h>
#include <glfw3.h>
#include <iostream>
#include <sstream>
#include <fstream>
#include "shader.h"
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
using namespace std;
using namespace glm;