]> git.jsancho.org Git - lugaru.git/commit
clang-format: Apply to all headers
authorRémi Verschelde <rverschelde@gmail.com>
Sat, 11 Feb 2017 18:30:36 +0000 (19:30 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Sat, 11 Feb 2017 18:32:05 +0000 (19:32 +0100)
commit6a8cb464330e92163c8feaf101b8b5837c973bba
tree1b509a3c44122a6bc11bd86171251b6e513a91b4
parent5fca41ab430df85d6dd620a7f4130df01bc1430f
clang-format: Apply to all headers

Apparently it had only been applied to .cpp files until now.
Also added `AccessModifierOffset: -4` in the configuration.
35 files changed:
.clang-format
Source/Animation/Animation.hpp
Source/Animation/Joint.hpp
Source/Animation/Muscle.hpp
Source/Animation/Skeleton.hpp
Source/Audio/Sounds.hpp
Source/Audio/openal_wrapper.hpp
Source/Devtools/ConsoleCmds.hpp
Source/Environment/Lights.hpp
Source/Environment/Skybox.hpp
Source/Environment/Terrain.hpp
Source/Game.hpp
Source/Graphic/Decal.hpp
Source/Graphic/Models.hpp
Source/Graphic/Sprite.hpp
Source/Graphic/Stereo.hpp
Source/Graphic/Text.hpp
Source/Graphic/Texture.hpp
Source/Graphic/gamegl.hpp
Source/Level/Awards.hpp
Source/Level/Campaign.hpp
Source/Level/Dialog.hpp
Source/Level/Hotspot.hpp
Source/Math/XYZ.hpp
Source/Menu/Menu.hpp
Source/Objects/Object.hpp
Source/Objects/Person.hpp
Source/Objects/Weapons.hpp
Source/Platform/Platform.hpp
Source/Platform/PlatformUnix.cpp
Source/Platform/PlatformWindows.cpp
Source/User/Account.hpp
Source/User/Settings.hpp
Source/Utils/Folders.hpp
Source/Utils/ImageIO.hpp