summaryrefslogtreecommitdiffstats
path: root/gst/goom/lines.h
blob: 988605ee0f5a604425d0e2bd4e3122789702ad7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  lines.h
 *  iGoom
 *
 *  Created by guillaum on Tue Aug 14 2001.
 *  Copyright (c) 2001 ios. All rights reserved.
 *
 */
#include <glib.h>

#include "graphic.h"

void goom_lines (gint16 data[2][512], unsigned int ID, unsigned int *p,
    guint32 power);
void goom_lines_conf (gint16 config[25]);