Imported GD library support code
authorMatthew Mondor <mmondor@pulsar-zone.net>
Tue, 24 Oct 2006 12:42:43 +0000 (12:42 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Tue, 24 Oct 2006 12:42:43 +0000 (12:42 +0000)
mmsoftware/js/classes/js_gd.h [new file with mode: 0644]

diff --git a/mmsoftware/js/classes/js_gd.h b/mmsoftware/js/classes/js_gd.h
new file mode 100644 (file)
index 0000000..1294377
--- /dev/null
@@ -0,0 +1,15 @@
+/* $Id: js_gd.h,v 1.1 2006/10/24 12:42:43 mmondor Exp $ */
+
+/*
+ * Copyright (c) 2006, Matthew Mondor
+ * ALL RIGHTS RESERVED.
+ */
+
+#ifndef JSGD_H
+#define JSGD_H
+
+#include <js_gd.h>
+
+extern JSObject        *js_InitGDClass(JSContext *, JSObject *);
+
+#endif