began propability calc of amorph<->cryst
[physik/morpheus.git] / display.h
diff --git a/display.h b/display.h
new file mode 100644 (file)
index 0000000..4beb565
--- /dev/null
+++ b/display.h
@@ -0,0 +1,14 @@
+/*
+ * display.h
+ *
+ */
+
+/* function prototypes */
+
+int display_init(int x,int y,int z,display *display,void *cell,int *argc,char **
+argv);
+int display_release(display *display);
+int dfb_choose_color(u32 *cell_p,unsigned char *r,unsigned char *g,unsigned char
+ *b);
+int display_draw(display *display,int x,int y,int z);
+