diff --git a/include/common/color.hpp b/include/common/Color.hpp similarity index 100% rename from include/common/color.hpp rename to include/common/Color.hpp diff --git a/include/common/console.hpp b/include/common/Console.hpp similarity index 100% rename from include/common/console.hpp rename to include/common/Console.hpp diff --git a/include/common/data.hpp b/include/common/Data.hpp similarity index 100% rename from include/common/data.hpp rename to include/common/Data.hpp diff --git a/include/common/exception.hpp b/include/common/Exception.hpp similarity index 100% rename from include/common/exception.hpp rename to include/common/Exception.hpp diff --git a/include/common/message.hpp b/include/common/Message.hpp similarity index 100% rename from include/common/message.hpp rename to include/common/Message.hpp diff --git a/include/common/module.hpp b/include/common/Module.hpp similarity index 100% rename from include/common/module.hpp rename to include/common/Module.hpp diff --git a/include/common/object.hpp b/include/common/Object.hpp similarity index 100% rename from include/common/object.hpp rename to include/common/Object.hpp diff --git a/include/common/optional.hpp b/include/common/Optional.hpp similarity index 100% rename from include/common/optional.hpp rename to include/common/Optional.hpp diff --git a/include/common/variant.hpp b/include/common/Variant.hpp similarity index 100% rename from include/common/variant.hpp rename to include/common/Variant.hpp diff --git a/include/modules/data/wrap_data.hpp b/include/modules/data/wrap_Data.hpp similarity index 100% rename from include/modules/data/wrap_data.hpp rename to include/modules/data/wrap_Data.hpp diff --git a/include/modules/event/event.hpp b/include/modules/event/Event.hpp similarity index 100% rename from include/modules/event/event.hpp rename to include/modules/event/Event.hpp diff --git a/include/modules/event/wrap_event.hpp b/include/modules/event/wrap_Event.hpp similarity index 100% rename from include/modules/event/wrap_event.hpp rename to include/modules/event/wrap_Event.hpp diff --git a/include/modules/filesystem/physfs/filesystem.hpp b/include/modules/filesystem/physfs/Filesystem.hpp similarity index 100% rename from include/modules/filesystem/physfs/filesystem.hpp rename to include/modules/filesystem/physfs/Filesystem.hpp diff --git a/include/modules/timer/timer.tcc b/include/modules/timer/Timer.tcc similarity index 100% rename from include/modules/timer/timer.tcc rename to include/modules/timer/Timer.tcc diff --git a/include/modules/timer/wrap_timer.hpp b/include/modules/timer/wrap_Timer.hpp similarity index 100% rename from include/modules/timer/wrap_timer.hpp rename to include/modules/timer/wrap_Timer.hpp diff --git a/source/common/data.cpp b/source/common/Data.cpp similarity index 100% rename from source/common/data.cpp rename to source/common/Data.cpp diff --git a/source/common/module.cpp b/source/common/Module.cpp similarity index 100% rename from source/common/module.cpp rename to source/common/Module.cpp diff --git a/source/common/object.cpp b/source/common/Object.cpp similarity index 100% rename from source/common/object.cpp rename to source/common/Object.cpp diff --git a/source/common/variant.cpp b/source/common/Variant.cpp similarity index 100% rename from source/common/variant.cpp rename to source/common/Variant.cpp diff --git a/source/modules/data/wrap_data.cpp b/source/modules/data/wrap_Data.cpp similarity index 100% rename from source/modules/data/wrap_data.cpp rename to source/modules/data/wrap_Data.cpp diff --git a/source/modules/event/event.cpp b/source/modules/event/Event.cpp similarity index 100% rename from source/modules/event/event.cpp rename to source/modules/event/Event.cpp diff --git a/source/modules/event/wrap_event.cpp b/source/modules/event/wrap_Event.cpp similarity index 100% rename from source/modules/event/wrap_event.cpp rename to source/modules/event/wrap_Event.cpp diff --git a/source/modules/filesystem/physfs/filesystem.cpp b/source/modules/filesystem/physfs/Filesystem.cpp similarity index 100% rename from source/modules/filesystem/physfs/filesystem.cpp rename to source/modules/filesystem/physfs/Filesystem.cpp diff --git a/source/modules/filesystem/wrap_filesystem.cpp b/source/modules/filesystem/wrap_Filesystem.cpp similarity index 100% rename from source/modules/filesystem/wrap_filesystem.cpp rename to source/modules/filesystem/wrap_Filesystem.cpp diff --git a/source/modules/timer/wrap_timer.cpp b/source/modules/timer/wrap_Timer.cpp similarity index 100% rename from source/modules/timer/wrap_timer.cpp rename to source/modules/timer/wrap_Timer.cpp