]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Level/Dialog.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Level / Dialog.cpp
index 915fba1973908d3ce6adbf3ccfdc3d7db1f797ba..a60b115cb62bef1996b61a03271600f9058e4367 100644 (file)
@@ -18,13 +18,13 @@ 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/Dialog.hpp"
 
-#include "Level/Dialog.h"
-#include "Objects/Person.h"
+#include "Game.hpp"
+#include "Objects/Person.hpp"
 #include "Utils/binio.h"
-#include "Utils/Folders.h"
-#include "Utils/Input.h"
+#include "Utils/Folders.hpp"
+#include "Utils/Input.hpp"
 
 extern int hostile;