| 1 | // Aseprite Document Library |
|---|---|
| 2 | // Copyright (c) 2001-2015 David Capello |
| 3 | // |
| 4 | // This file is released under the terms of the MIT license. |
| 5 | // Read LICENSE.txt for more information. |
| 6 | |
| 7 | #ifndef DOC_BLEND_INTERNALS_H_INCLUDED |
| 8 | #define DOC_BLEND_INTERNALS_H_INCLUDED |
| 9 | #pragma once |
| 10 | |
| 11 | #include "../../third_party/pixman/pixman/pixman-combine32.h" |
| 12 | |
| 13 | #if !defined(MUL_UN8) || !defined(DIV_UN8) |
| 14 | #error Invalid Pixman library |
| 15 | #endif |
| 16 | |
| 17 | #endif |
| 18 |