diff pwplib/convert.h @ 54:85671798fdb3

Various code cleanups, cosmetics, warning fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 May 2010 01:22:51 +0300
parents acb5694e93d9
children 77f40a3c0095
line wrap: on
line diff
--- a/pwplib/convert.h	Wed May 26 00:42:25 2010 +0300
+++ b/pwplib/convert.h	Wed May 26 01:22:51 2010 +0300
@@ -1,3 +1,6 @@
+#ifndef PWP_CONVERT_H
+#define PWP_CONVERT_H
+
 #include "pwplib.h"
 
 #ifndef __CONVERT_C
@@ -15,4 +18,7 @@
   u16 rasthalve[256*256];
 
   void(*orig_dump_attr)();
-}pwpconv;
+} pwpconv;
+
+
+#endif /* PWP_CONVERT_H */