mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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
|
||||
};
|
||||
|
||||
typedef struct nbio_image_handle nbio_image_handle_t;
|
||||
|
||||
struct nbio_image_handle
|
||||
{
|
||||
struct texture_image ti;
|
||||
|
@ -63,8 +63,6 @@ typedef struct
|
||||
} http_transfer_data_t;
|
||||
#endif
|
||||
|
||||
typedef struct nbio_image_handle nbio_image_handle_t;
|
||||
|
||||
typedef struct nbio_handle
|
||||
{
|
||||
enum image_type_enum image_type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user