]> git.bts.cx Git - benzene.git/blob - src/bz/types/common.h
Fixed Aseprite rendering system
[benzene.git] / src / bz / types / common.h
1 #ifndef BZ_TYPES_COMMON_H
2 #define BZ_TYPES_COMMON_H
3
4 #include <stdbool.h>
5 #include <stddef.h>
6 #include <stdint.h>
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif