|
123456789101112131415161718192021222324252627282930 |
- /*
- * Carla static lilv code
- * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
- *
- * This program 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.
- *
- * 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 Lesser General Public License for more details.
- *
- * For a full copy of the license see the LGPL.txt 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"
|