diff options
Diffstat (limited to 'library.h')
-rw-r--r-- | library.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/library.h b/library.h new file mode 100644 index 0000000..e575345 --- /dev/null +++ b/library.h @@ -0,0 +1,6 @@ +#ifndef _LIBRARY_H_ +#define _LIBRARY_H_ + +void draw_text(int x,int y,const char *s); + +#endif //_LIBRARY_H_ |