File: bind.h

package info (click to toggle)
xmorph 1%3A20050408b
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,712 kB
  • ctags: 2,109
  • sloc: ansic: 24,471; sh: 11,182; cpp: 1,546; makefile: 954; sed: 16
file content (13 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13


#include <glib.h>
#include <gmodule.h>
#include "libply.h"

//int (*render_ply_)(GdkDrawable *window,GdkGC *gc);
extern int (*read_ply_)(char *filename, PlySurface *p);

extern GModule* libply_gmodule;


int bind_libply(char *argv[]);