shithub: cstory

ref: 17911753a6d21d11a47c813c3505d3016010ff6f
dir: /src/Resource.h/

View raw version
// 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);