ref: 744ddcaacf3d3206be5c0169b04a9b3460ba34f4
dir: /src/Resource.h/
// Released under the MIT licence. // See LICENCE.txt for details. #pragma once #include <stddef.h> const unsigned char* FindResource(const char *name, const char *type, size_t *size);