removing texture library

This commit is contained in:
kbz_8
2023-04-21 22:17:55 +02:00
parent 5f1298f9ce
commit 77f707ca7a
21 changed files with 162 additions and 290 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/04/06 16:41:13 by maldavid #+# #+# */
/* Updated: 2023/04/13 10:49:04 by maldavid ### ########.fr */
/* Updated: 2023/04/19 13:43:49 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -19,8 +19,6 @@
#define STB_TRUETYPE_IMPLEMENTATION
#include <stb_truetype.h>
#include <iostream>
namespace mlx
{
TextDrawData::TextDrawData(std::string _text, int _color, int _x, int _y) :