diff options
Diffstat (limited to 'library.h')
-rw-r--r-- | library.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,5 @@ -#ifndef _LIBRARY_H_ -#define _LIBRARY_H_ +#pragma once + void draw_text(int x,int y,const char *s); void log(const char *s); - -#endif //_LIBRARY_H_ |