summaryrefslogtreecommitdiff
path: root/src/platform/win.h
blob: bc2a10c48cb3c7846eeaf0e3eb85fdbdf48f91c3 (plain)
1
2
3
4
5
6
#ifndef RESOURCE_H_
#define RESOURCE_H_

void* resource_get(const char* name, int* out_size);

#endif