16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 01:19:19 +02:00

match include to file case

This commit is contained in:
milek7
2017-07-28 23:39:22 +02:00
parent fee95ed0ba
commit ce9a0b39c2
42 changed files with 67 additions and 67 deletions

View File

@@ -11,13 +11,13 @@ http://mozilla.org/MPL/2.0/.
#include "GL/glew.h"
#include "openglgeometrybank.h"
#include "texture.h"
#include "Texture.h"
#include "lightarray.h"
#include "dumb3d.h"
#include "frustum.h"
#include "world.h"
#include "memcell.h"
#include "ground.h"
#include "World.h"
#include "MemCell.h"
#include "Ground.h"
#include "shader.h"
#include "World.h"