mirror of
https://github.com/libretro/RetroArch
synced 2025-04-24 15:02:35 +00:00
Move typedef to task_image.c
This commit is contained in:
parent
824315865f
commit
2116c0cc4e
@ -42,6 +42,8 @@ enum image_status_enum
|
|||||||
IMAGE_STATUS_TRANSFER_PARSE_FREE
|
IMAGE_STATUS_TRANSFER_PARSE_FREE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typedef struct nbio_image_handle nbio_image_handle_t;
|
||||||
|
|
||||||
struct nbio_image_handle
|
struct nbio_image_handle
|
||||||
{
|
{
|
||||||
struct texture_image ti;
|
struct texture_image ti;
|
||||||
|
@ -63,8 +63,6 @@ typedef struct
|
|||||||
} http_transfer_data_t;
|
} http_transfer_data_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct nbio_image_handle nbio_image_handle_t;
|
|
||||||
|
|
||||||
typedef struct nbio_handle
|
typedef struct nbio_handle
|
||||||
{
|
{
|
||||||
enum image_type_enum image_type;
|
enum image_type_enum image_type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user