[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,9 +1,9 @@
#pragma once
#include "../entities/Entity.h"
#include "../shaders/StaticShader.h"
#include "../shaders/static_shader.h"
namespace renderEngine
namespace render_engine
{
namespace renderer
{