[EDIT] code style guide - renderengine

This commit is contained in:
Menno
2021-05-18 12:03:15 +02:00
parent 41d0667390
commit 41e02b0c39
14 changed files with 207 additions and 214 deletions

View File

@@ -1,11 +1,10 @@
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <glm/glm.hpp>
#include <glm/gtc/type_ptr.hpp>
#include "ShaderProgram.h"
#include "shader_program.h"
namespace shaders
{

View File

@@ -1,4 +1,4 @@
#include "StaticShader.h"
#include "static_shader.h"
#include "../toolbox/math.h"
namespace shaders

View File

@@ -1,8 +1,7 @@
#pragma once
#include <string>
#include <glm/gtc/matrix_transform.hpp>
#include "ShaderProgram.h"
#include "shader_program.h"
#include "../entities/Camera.h"
/*