rename Utils files to Utility to match class name

to follow conventions
master
poikilos 2019-04-11 02:40:36 -04:00
parent 54ff9333e2
commit a28dce02d6
3 changed files with 4 additions and 4 deletions

View File

View File

@ -8,15 +8,15 @@ SOURCES += main.cpp \
UserInterface.cpp \
Debug.cpp \
View.cpp \
Utils.cpp \
extlib/CGUITTFont.cpp
extlib/CGUITTFont.cpp \
Utility.cpp
HEADERS += Engine.h \
EventHandler.h \
UserInterface.h \
Debug.h \
View.h \
Utils.h \
extlib/CGUITTFont.h
extlib/CGUITTFont.h \
Utility.h
CONFIG += warn_off
# Irrlicht