1// [Blend2D]
2// 2D Vector Graphics Powered by a JIT Compiler.
3//
4// [License]
5// Zlib - See LICENSE.md file in the package.
6
7#ifndef BLEND2D_BLBITARRAY_H
8#define BLEND2D_BLBITARRAY_H
9
10#include "./blapi.h"
11
12#endif // BLEND2D_BLBITARRAY_H
13