[Scummvm-cvs-logs] SF.net SVN: scummvm:[41691] tools/trunk/compress_gob.h
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Fri Jun 19 23:32:57 CEST 2009
Revision: 41691
http://scummvm.svn.sourceforge.net/scummvm/?rev=41691&view=rev
Author: strangerke
Date: 2009-06-19 21:32:57 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
Add header guard
Modified Paths:
--------------
tools/trunk/compress_gob.h
Modified: tools/trunk/compress_gob.h
===================================================================
--- tools/trunk/compress_gob.h 2009-06-19 21:16:21 UTC (rev 41690)
+++ tools/trunk/compress_gob.h 2009-06-19 21:32:57 UTC (rev 41691)
@@ -20,10 +20,15 @@
*
*/
+#ifndef COMPRESS_GOB_H
+#define COMPRESS_GOB_H
+
#define confSTK21 "STK21"
#define confSTK10 "STK10"
#define MODE_NORMAL 0
#define MODE_HELP 1
#define MODE_FORCE 2
-#define MODE_SET 4
\ No newline at end of file
+#define MODE_SET 4
+
+#endif
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list