mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
style
This commit is contained in:
+9
-8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user