|
- /*
- * Carla static lilv code
- * Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * For a full copy of the GNU General Public License see the COPYING file
- */
-
- #include "src/collections.c"
- #include "src/instance.c"
- #include "src/lib.c"
- #include "src/node.c"
- #include "src/plugin.c"
- #include "src/pluginclass.c"
- #include "src/port.c"
- #include "src/query.c"
- #include "src/scalepoint.c"
- #include "src/state.c"
- #include "src/ui.c"
- #include "src/util.c"
- #include "src/world.c"
- #include "src/zix/tree.c"
|