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