Skip to content

Commit 864f116

Browse files
committed
add typedef struct sk_bitmapallocator_t sk_bitmapallocator_t;
1 parent f54c327 commit 864f116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/c/sk_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ typedef struct sk_string_t sk_string_t;
343343
A sk_bitmap_t is an abstraction that specifies a raster bitmap.
344344
*/
345345
typedef struct sk_bitmap_t sk_bitmap_t;
346+
typedef struct sk_bitmapallocator_t sk_bitmapallocator_t;
346347
typedef struct sk_pixmap_t sk_pixmap_t;
347348
typedef struct sk_colorfilter_t sk_colorfilter_t;
348349
// placed here to help seperate in PR

0 commit comments

Comments
 (0)