From 014ae5f7a85fb86186ff8d4d3e28f1a9157a6b1c Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Sat, 5 Apr 2014 21:10:09 +0200 Subject: [PATCH] UpperCamelCase GodDamnIt! --- src/Util/{glerror.h => GLError.h} | 0 src/Util/{logging.h => Logging.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/Util/{glerror.h => GLError.h} (100%) rename src/Util/{logging.h => Logging.h} (100%) diff --git a/src/Util/glerror.h b/src/Util/GLError.h similarity index 100% rename from src/Util/glerror.h rename to src/Util/GLError.h diff --git a/src/Util/logging.h b/src/Util/Logging.h similarity index 100% rename from src/Util/logging.h rename to src/Util/Logging.h