/* brushlib - The MyPaint Brush Library * Copyright (C) 2007-2008 Martin Renold * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY. See the COPYING file for more details. */ #include "Python.h" #include "numpy/arrayobject.h" #include "helpers.hpp" #include "surface.hpp" #include "brush.hpp"