]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameDraw.cpp
Fix Lugaru.rc for previous header renaming
[lugaru.git] / Source / GameDraw.cpp
index a346f23f2b519a1c353cefad412bc58f5f783e41..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 "openal_wrapper.h"
-#include "Input.h"
-#include "Awards.h"
-#include "Menu.h"
-#include "Dialog.h"
-#include "Hotspot.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;