cave-story-solaris/src/Resource.h
Clownacy 98f78716f7 Update portable branch with licence boilerplates
Also added Cameron Cawley to the licence
2020-10-23 19:18:13 +01:00

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