1 2 3 4 5 6
#ifndef RESOURCE_H_ #define RESOURCE_H_ void* resource_get(const char* name, int* out_size); #endif