]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Person.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Objects / Person.cpp
index c1eb88dfa28505e5faa17c702c513e4ce83cd310..8181e815d7e792bd6291259213b2247d100c43fd 100644 (file)
@@ -18,16 +18,15 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-/**> HEADER FILES <**/
-#include "Animation/Animation.h"
-#include "Audio/openal_wrapper.h"
-#include "Audio/Sounds.h"
-#include "Level/Awards.h"
-#include "Level/Dialog.h"
-#include "Objects/Person.h"
-#include "Utils/Folders.h"
-
-#include "Game.h"
+#include "Objects/Person.hpp"
+
+#include "Animation/Animation.hpp"
+#include "Audio/openal_wrapper.hpp"
+#include "Audio/Sounds.hpp"
+#include "Game.hpp"
+#include "Level/Awards.hpp"
+#include "Level/Dialog.hpp"
+#include "Utils/Folders.hpp"
 
 extern float multiplier;
 extern Terrain terrain;