]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Level/Campaign.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Level / Campaign.cpp
index 2aa5f176a8af91d8f3f8ab5665d9afa3f785f12d..236f631e6dd18705a85d9fceeb31946ed2609d9e 100644 (file)
@@ -18,9 +18,10 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "Game.h"
-#include "Level/Campaign.h"
-#include "Utils/Folders.h"
+#include "Level/Campaign.hpp"
+
+#include "Game.hpp"
+#include "Utils/Folders.hpp"
 
 #include <dirent.h>