Move typedef to task_image.c

This commit is contained in:
twinaphex 2016-05-19 00:06:52 +02:00
parent 824315865f
commit 2116c0cc4e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;