mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
8 lines
157 B
C
8 lines
157 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include "common.h"
|
||
|
#include "lodepng/lodepng.h"
|
||
|
|
||
|
u8 *PNG_Decompress(const u8 *png, size_t png_len, size_t *w, size_t *h);
|