SameBoy/SDL/utils.h

9 lines
203 B
C
Raw Permalink Normal View History

2017-05-24 18:44:43 +00:00
#ifndef utils_h
#define utils_h
2018-05-27 16:30:23 +00:00
#include <stddef.h>
2017-05-24 18:44:43 +00:00
char *resource_path(const char *filename);
2017-05-24 18:44:43 +00:00
void replace_extension(const char *src, size_t length, char *dest, const char *ext);
#endif /* utils_h */