]> git.bts.cx Git - benzene.git/blob - src/bz/gfx/aseprite_internal.h
Initial version
[benzene.git] / src / bz / gfx / aseprite_internal.h
1 #ifndef BZ_GFX_ASEPRITE_INTERNAL_H
2 #define BZ_GFX_ASEPRITE_INTERNAL_H
3
4 #include <bz/gfx/aseprite.h>
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 extern size_t bzGfxLoadAsepritePalette(uint32_t *colorsOut, size_t maxColors, const char *filename);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif