8402834487
Header-only image loader (public domain). Pinneado al commit f0569113c93ad095470c54bf34a17b36646bbbb5 de nothings/stb. Layout: - stb_image.h — header (no modificar) - stb_image_impl.cpp — UNICO TU que define STB_IMAGE_IMPLEMENTATION - README.md — origen + commit + uso Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 lines
221 B
C++
5 lines
221 B
C++
// Single TU that materializa la implementacion de stb_image (header-only).
|
|
// Cualquier otro .cpp que incluya stb_image.h NO debe definir STB_IMAGE_IMPLEMENTATION.
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
#include "stb_image.h"
|