ref: f06884b2a35a45459fb594d2bf0a2ae611f0589c
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);