Files
mcpe/thirdparty/stb_image_impl.c
iProgramInCpp 9642818a88 * Initial commit.
:)
2023-07-30 22:22:02 +03:00

16 lines
467 B
C

/********************************************************************
Minecraft: Pocket Edition - Decompilation Project
Copyright (C) 2023 iProgramInCpp
thirdparty/stb_image_impl.c
The following code is licensed under the following license:
< no license yet :( >
********************************************************************/
#define STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image.h"
#include "stb_image_write.h"