Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/bpg_decode.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
// Copyright (c) 2014 Nyx0uf. All rights reserved.
//

@import CoreGraphics;

#import "tools.h"


#ifdef NYX_QL_SUPPORT_BPG_DECODE
CF_RETURNS_RETAINED CGImageRef decode_bpg_at_path(CFStringRef filepath, image_infos* infos);
#endif
Expand Down
2 changes: 1 addition & 1 deletion common/webp_decode.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
// Copyright (c) 2014 Nyx0uf. All rights reserved.
//

@import CoreGraphics;

#import "tools.h"


#ifdef NYX_QL_SUPPORT_WEBP_DECODE
CF_RETURNS_RETAINED CGImageRef decode_webp_at_path(CFStringRef filepath, image_infos* infos);
#endif
Expand Down