summaryrefslogtreecommitdiff
path: root/library.h
blob: e5753459ef032b4c377cb9d28c7cf49c885c2023 (plain)
1
2
3
4
5
6
#ifndef _LIBRARY_H_
#define _LIBRARY_H_

void draw_text(int x,int y,const char *s);

#endif //_LIBRARY_H_