mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Add file/file_extract.h to rpng.h
This commit is contained in:
parent
03c6265846
commit
fe5e6ffd22
@ -28,10 +28,7 @@
|
|||||||
|
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
#include <zlib.h>
|
#include <zlib.h>
|
||||||
|
#include <file/file_extract.h>
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "../../config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -88,6 +85,7 @@ struct rpng_process_t
|
|||||||
unsigned pos;
|
unsigned pos;
|
||||||
} pass;
|
} pass;
|
||||||
z_stream stream;
|
z_stream stream;
|
||||||
|
zlib_file_handle_t handle;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct rpng_t
|
struct rpng_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user