]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Graphic/Text.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Graphic / Text.cpp
index 31bbe9f9ea9a7007afee14a87e26acca2581dc61..47d8c3e1acaeecd4ef2213c2abc5c0f2c909be0f 100644 (file)
@@ -18,9 +18,9 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-/**> HEADER FILES <**/
-#include "Graphic/Text.h"
-#include "Game.h"
+#include "Graphic/Text.hpp"
+
+#include "Game.hpp"
 
 void Text::LoadFontTexture(const std::string& fileName)
 {