rename .hpp headers to .h

This commit is contained in:
2017-01-31 22:48:55 +00:00
parent 4b26976d61
commit 39f44eca5e
19 changed files with 49 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
#include "pch.h"
#include "texture.hpp"
#include "image.hpp"
#include "texture.h"
#include "image.h"
bool Texture2D::create(int width, int height, GLint format, const uint8_t* data)
{