mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 09:29:42 +00:00
16 lines
301 B
C
16 lines
301 B
C
/*
|
|
* lines.h
|
|
* iGoom
|
|
*
|
|
* Created by guillaum on Tue Aug 14 2001.
|
|
* Copyright (c) 2001 ios. All rights reserved.
|
|
*
|
|
*/
|
|
#include <glib.h>
|
|
|
|
#include "graphic.h"
|
|
#include "goom_core.h"
|
|
|
|
void goom_lines(GoomData *goomdata, gint16 data [2][512], unsigned int ID,unsigned int* p, guint32 power);
|
|
|
|
|