diff --git a/ascii_art.c b/ascii_art.c index aab096b..01585da 100644 --- a/ascii_art.c +++ b/ascii_art.c @@ -1,7 +1,7 @@ /* * ASCII Art: Real-time ASCII Art Rendering Library. * Copyright (C) PixLab. https://pixlab.io/art -* Version 1.2 +* Version 1.3 * For information on licensing, redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES * please contact: * support@pixlab.io @@ -340,4 +340,4 @@ unsigned char * AsciiArtLoadImage(const char * zPath, int * pWidth, int * pHeigh zBlob = stbi_load(zPath,pWidth, pHeight, &c, 1); return zBlob; } -#endif /* STB_IMAGE_IMPLEMENTATION */ \ No newline at end of file +#endif /* STB_IMAGE_IMPLEMENTATION */