aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2022-02-26 23:13:20 +0100
committerJan200101 <sentrycraft123@gmail.com>2022-02-26 23:13:20 +0100
commitdf179f7a92a24f83d70157768147e59fa5c63935 (patch)
tree732464722c4f68b852c29da27b4847bdc0c53ffe /src/common.h
parent1f1a17873db401ebcfab6c3e6be0d84731bb84c1 (diff)
downloadsameboy-thumbnailer-df179f7a92a24f83d70157768147e59fa5c63935.tar.gz
sameboy-thumbnailer-df179f7a92a24f83d70157768147e59fa5c63935.zip
add libpng support
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
new file mode 100644
index 0000000..06d8c27
--- /dev/null
+++ b/src/common.h
@@ -0,0 +1,8 @@
+#ifndef COMMON_H
+#define COMMON_H
+
+#include <stddef.h>
+
+void* local_malloc(size_t size);
+
+#endif \ No newline at end of file