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)
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
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/>.
26 TYPE(ale_exclusion_list
, \
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.