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