Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwpl.git;a=commitdiff;h=e3e89d3db80b0eaf78f3fb9e199e7983bd2417bc

commit e3e89d3db80b0eaf78f3fb9e199e7983bd2417bc
Author: James Buren <r...@frugalware.org>
Date:   Thu Sep 17 23:13:09 2009 -0500

graphics.h
* initial draft

diff --git a/src/graphics.h b/src/graphics.h
new file mode 100644
index 0000000..155a156
--- /dev/null
+++ b/src/graphics.h
@@ -0,0 +1,7 @@
+#ifndef _graphics_header_
+#define _graphics_header_
+typedef void * Image;
+
+extern Image image_create(int,int);
+extern void image_destroy(Image);
+#endif
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to