]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Weapons.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Objects / Weapons.cpp
index c56779dec9e2b64b96a1bd8a9bae46e1eea4611d..0126c2e01ed547d8a6c50c5018169b66978734fc 100644 (file)
@@ -20,14 +20,13 @@ 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 "Objects/Weapons.h"
-
-#include "Game.h"
+#include "Objects/Weapons.hpp"
+
+#include "Animation/Animation.hpp"
+#include "Audio/openal_wrapper.hpp"
+#include "Audio/Sounds.hpp"
+#include "Game.hpp"
+#include "Level/Awards.hpp"
 
 extern float multiplier;
 extern Terrain terrain;