CSE2-tweaks/src/Resource.h

9 lines
188 B
C

// 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);