]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameDraw.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / GameDraw.cpp
index d46b9b6a693c0f5b8cc71d8a257d0f2775858bf8..fcee8b598996a2a051b8d3d6755540888c0c555b 100644 (file)
@@ -18,13 +18,14 @@ 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 "Audio/openal_wrapper.h"
-#include "Level/Awards.h"
-#include "Level/Dialog.h"
-#include "Level/Hotspot.h"
-#include "Menu/Menu.h"
-#include "Utils/Input.h"
+#include "Game.hpp"
+
+#include "Audio/openal_wrapper.hpp"
+#include "Level/Awards.hpp"
+#include "Level/Dialog.hpp"
+#include "Level/Hotspot.hpp"
+#include "Menu/Menu.hpp"
+#include "Utils/Input.hpp"
 
 extern XYZ viewer;
 extern int environment;