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