]> git.jsancho.org Git - lugaru.git/commit
Rename all C++ headers with .hpp extension
authorRémi Verschelde <rverschelde@gmail.com>
Sun, 11 Dec 2016 14:06:33 +0000 (15:06 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Sun, 11 Dec 2016 14:06:33 +0000 (15:06 +0100)
commited3662c0852c4312a612b4fc35bd03aba8d13db7
tree8f368cc11a5c1ae26de0df2f4aa4ccb19298229c
parentb84825978803615f45a9f128232e62431042aec0
Rename all C++ headers with .hpp extension

Also improve header inclusion to follow this logic:
- "Own" header comes first (`Folders.hpp` in `Folder.cpp`)
- Lugaru headers come next, in alphabetical order
- System headers come next, using the `<header>` format
116 files changed:
CMakeLists.txt
Source/Animation/Animation.cpp
Source/Animation/Animation.h [deleted file]
Source/Animation/Animation.hpp [new file with mode: 0644]
Source/Animation/Joint.cpp
Source/Animation/Joint.h [deleted file]
Source/Animation/Joint.hpp [new file with mode: 0644]
Source/Animation/Muscle.cpp
Source/Animation/Muscle.h [deleted file]
Source/Animation/Muscle.hpp [new file with mode: 0644]
Source/Animation/Skeleton.cpp
Source/Animation/Skeleton.h [deleted file]
Source/Animation/Skeleton.hpp [new file with mode: 0644]
Source/Audio/Sounds.cpp
Source/Audio/Sounds.h [deleted file]
Source/Audio/Sounds.hpp [new file with mode: 0644]
Source/Audio/openal_wrapper.cpp
Source/Audio/openal_wrapper.h [deleted file]
Source/Audio/openal_wrapper.hpp [new file with mode: 0644]
Source/Devtools/ConsoleCmds.cpp
Source/Devtools/ConsoleCmds.h [deleted file]
Source/Devtools/ConsoleCmds.hpp [new file with mode: 0644]
Source/Environment/Lights.cpp
Source/Environment/Lights.h [deleted file]
Source/Environment/Lights.hpp [new file with mode: 0644]
Source/Environment/Skybox.cpp
Source/Environment/Skybox.h [deleted file]
Source/Environment/Skybox.hpp [new file with mode: 0644]
Source/Environment/Terrain.cpp
Source/Environment/Terrain.h [deleted file]
Source/Environment/Terrain.hpp [new file with mode: 0644]
Source/Game.cpp
Source/Game.h [deleted file]
Source/Game.hpp [new file with mode: 0644]
Source/GameDraw.cpp
Source/GameInitDispose.cpp
Source/GameTick.cpp
Source/Globals.cpp
Source/Graphic/Models.cpp
Source/Graphic/Models.h [deleted file]
Source/Graphic/Models.hpp [new file with mode: 0644]
Source/Graphic/Sprite.cpp
Source/Graphic/Sprite.h [deleted file]
Source/Graphic/Sprite.hpp [new file with mode: 0644]
Source/Graphic/Stereo.cpp
Source/Graphic/Stereo.h [deleted file]
Source/Graphic/Stereo.hpp [new file with mode: 0644]
Source/Graphic/Text.cpp
Source/Graphic/Text.h [deleted file]
Source/Graphic/Text.hpp [new file with mode: 0644]
Source/Graphic/Texture.cpp
Source/Graphic/Texture.h [deleted file]
Source/Graphic/Texture.hpp [new file with mode: 0644]
Source/Graphic/gamegl.h [deleted file]
Source/Graphic/gamegl.hpp [new file with mode: 0644]
Source/Level/Awards.cpp
Source/Level/Awards.h [deleted file]
Source/Level/Awards.hpp [new file with mode: 0644]
Source/Level/Campaign.cpp
Source/Level/Campaign.h [deleted file]
Source/Level/Campaign.hpp [new file with mode: 0644]
Source/Level/Dialog.cpp
Source/Level/Dialog.h [deleted file]
Source/Level/Dialog.hpp [new file with mode: 0644]
Source/Level/Hotspot.cpp
Source/Level/Hotspot.h [deleted file]
Source/Level/Hotspot.hpp [new file with mode: 0644]
Source/MacCompatibility.cpp
Source/MacCompatibility.h [deleted file]
Source/MacCompatibility.hpp [new file with mode: 0644]
Source/Math/Frustum.cpp
Source/Math/Frustum.h [deleted file]
Source/Math/Frustum.hpp [new file with mode: 0644]
Source/Math/PhysicsMath.h [deleted file]
Source/Math/PhysicsMath.hpp [new file with mode: 0644]
Source/Math/Quaternions.cpp
Source/Math/Quaternions.h [deleted file]
Source/Math/Quaternions.hpp [new file with mode: 0644]
Source/Math/Random.h [deleted file]
Source/Math/Random.hpp [new file with mode: 0644]
Source/Menu/Menu.cpp
Source/Menu/Menu.h [deleted file]
Source/Menu/Menu.hpp [new file with mode: 0644]
Source/Objects/Objects.cpp
Source/Objects/Objects.h [deleted file]
Source/Objects/Objects.hpp [new file with mode: 0644]
Source/Objects/Person.cpp
Source/Objects/Person.h [deleted file]
Source/Objects/Person.hpp [new file with mode: 0644]
Source/Objects/Weapons.cpp
Source/Objects/Weapons.h [deleted file]
Source/Objects/Weapons.hpp [new file with mode: 0644]
Source/User/Account.cpp
Source/User/Account.h [deleted file]
Source/User/Account.hpp [new file with mode: 0644]
Source/User/Settings.cpp
Source/User/Settings.h [deleted file]
Source/User/Settings.hpp [new file with mode: 0644]
Source/Utils/Folders.cpp
Source/Utils/Folders.h [deleted file]
Source/Utils/Folders.hpp [new file with mode: 0644]
Source/Utils/ImageIO.cpp
Source/Utils/ImageIO.h [deleted file]
Source/Utils/ImageIO.hpp [new file with mode: 0644]
Source/Utils/Input.cpp
Source/Utils/Input.h [deleted file]
Source/Utils/Input.hpp [new file with mode: 0644]
Source/Utils/pack.c
Source/Utils/private.c
Source/Utils/unpack.c
Source/WinDefs.cpp
Source/WinDefs.h [deleted file]
Source/WinDefs.hpp [new file with mode: 0644]
Source/main.cpp
Source/win-res/resource.h [deleted file]
Source/win-res/resource.hpp [new file with mode: 0644]