8 lines
188 B
C
8 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);
|