bugs: certain recent proposals may ignore the relevant problems.
[libale.git] / src / exclusion.c
blob93f5755b1244a04894dd918da3531cc3dc321de4
1 /*
2 * Copyright 2008, 2009 David Hilvert <dhilvert@gmail.com>
4 * This file is part of libale.
6 * libale is free software: you can redistribute it and/or modify it under the
7 * terms of the GNU Affero General Public License as published by the Free
8 * Software Foundation, either version 3 of the License, or (at your option)
9 * any later version.
11 * libale is distributed in the hope that it will be useful, but WITHOUT ANY
12 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13 * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
14 * more details.
16 * You should have received a copy of the GNU Affero General Public License
17 * along with libale. If not, see <http://www.gnu.org/licenses/>.
20 #include "libale.h"
23 * API types.
26 TYPE(ale_exclusion_list, \
27 , \
31 * API Implementation.
34 ale_exclusion_list ale_new_exclusion_list(ale_context ac) {
35 #warning function unfinished.
38 int ale_exclusion_list_append(ale_exclusion_list ae, int is_frame_coords, double xmin, double xmax, double ymin, double ymax, double fmin, double fmax) {
39 #warning function unfinished.