]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Graphic/Texture.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Graphic / Texture.cpp
index 3f5211ac20cc0bebe35950808a0c007d37d3bc4a..e2565e9f021af93285c3024bc2f5428b2c27369f 100644 (file)
@@ -18,10 +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 "Graphic/gamegl.h"
-#include "Graphic/Texture.h"
-#include "Utils/Folders.h"
-#include "Utils/ImageIO.h"
+#include "Graphic/Texture.hpp"
+
+#include "Utils/Folders.hpp"
+#include "Utils/ImageIO.hpp"
 
 using namespace std;