summaryrefslogtreecommitdiff
path: root/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'draw.h')
-rw-r--r--draw.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/draw.h b/draw.h
index 2a9f9de..1bff871 100644
--- a/draw.h
+++ b/draw.h
@@ -1,15 +1,15 @@
-#ifndef __DRAW_H__
-#define __DRAW_H__
-
-void pixel(char *buffer, int x, int y, int type);
-void pixelgray(char *buffer, int x,int y, int type);
-void line(char *buffer, int x1, int y1, int x2, int y2, int color);
-void drawChar(char *buffer, char charact, int posx, int posy);
-void drawString(char *buffer, char *string, unsigned char strlenght, int posx, int posy);
-void drawNumber(char *buffer, char num, int posx, int posy);
-void fillbox(char *buffer, int posx, int posy, int type);
-void normalfillbox(char *buffer, int posx, int posy, int type);
-int DrawSprite();
-void DrawBlock();
-
+#ifndef __DRAW_H__
+#define __DRAW_H__
+
+void pixel(char *buffer, int x, int y, int type);
+void pixelgray(char *buffer, int x,int y, int type);
+void line(char *buffer, int x1, int y1, int x2, int y2, int color);
+void drawChar(char *buffer, char charact, int posx, int posy);
+void drawString(char *buffer, char *string, unsigned char strlenght, int posx, int posy);
+void drawNumber(char *buffer, char num, int posx, int posy);
+void fillbox(char *buffer, int posx, int posy, int type);
+void normalfillbox(char *buffer, int posx, int posy, int type);
+int DrawSprite();
+void DrawBlock();
+
#endif \ No newline at end of file