summaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
Diffstat (limited to 'library.h')
-rw-r--r--library.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/library.h b/library.h
index 9722d41..b00acdb 100644
--- a/library.h
+++ b/library.h
@@ -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_