[Scummvm-cvs-logs] SF.net SVN: scummvm: [25744] scummvm/trunk/engines/agi

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Feb 20 18:22:59 CET 2007


Revision: 25744
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25744&view=rev
Author:   eriktorbjorn
Date:     2007-02-20 09:22:58 -0800 (Tue, 20 Feb 2007)

Log Message:
-----------
More header consistency fixes. (Actually, there was nothing at all to keep
font.h from being included multiple times.)

Modified Paths:
--------------
    scummvm/trunk/engines/agi/agi.h
    scummvm/trunk/engines/agi/font.h
    scummvm/trunk/engines/agi/keyboard.h
    scummvm/trunk/engines/agi/logic.h
    scummvm/trunk/engines/agi/lzw.h
    scummvm/trunk/engines/agi/opcodes.h
    scummvm/trunk/engines/agi/picture.h

Modified: scummvm/trunk/engines/agi/agi.h
===================================================================
--- scummvm/trunk/engines/agi/agi.h	2007-02-20 16:54:55 UTC (rev 25743)
+++ scummvm/trunk/engines/agi/agi.h	2007-02-20 17:22:58 UTC (rev 25744)
@@ -756,4 +756,4 @@
 
 } // End of namespace Agi
 
-#endif // AGI_H
+#endif /* AGI_H */

Modified: scummvm/trunk/engines/agi/font.h
===================================================================
--- scummvm/trunk/engines/agi/font.h	2007-02-20 16:54:55 UTC (rev 25743)
+++ scummvm/trunk/engines/agi/font.h	2007-02-20 17:22:58 UTC (rev 25744)
@@ -22,6 +22,9 @@
  *
  */
 
+#ifndef AGI_FONT_H
+#define AGI_FONT_H
+
 #include "common/stdafx.h"
 
 #include "agi/agi.h"
@@ -291,3 +294,5 @@
 };
 
 } // End of namespace Agi
+
+#endif /* AGI_FONT_H */

Modified: scummvm/trunk/engines/agi/keyboard.h
===================================================================
--- scummvm/trunk/engines/agi/keyboard.h	2007-02-20 16:54:55 UTC (rev 25743)
+++ scummvm/trunk/engines/agi/keyboard.h	2007-02-20 17:22:58 UTC (rev 25744)
@@ -75,4 +75,4 @@
 
 }                             // End of namespace Agi
 
-#endif				/* AGI_KEYBOARD_H */
+#endif /* AGI_KEYBOARD_H */

Modified: scummvm/trunk/engines/agi/logic.h
===================================================================
--- scummvm/trunk/engines/agi/logic.h	2007-02-20 16:54:55 UTC (rev 25743)
+++ scummvm/trunk/engines/agi/logic.h	2007-02-20 17:22:58 UTC (rev 25744)
@@ -44,4 +44,4 @@
 
 }                             // End of namespace Agi
 
-#endif				/* AGI_LOGIC_H */
+#endif /* AGI_LOGIC_H */

Modified: scummvm/trunk/engines/agi/lzw.h
===================================================================
--- scummvm/trunk/engines/agi/lzw.h	2007-02-20 16:54:55 UTC (rev 25743)
+++ scummvm/trunk/engines/agi/lzw.h	2007-02-20 17:22:58 UTC (rev 25744)
@@ -31,4 +31,4 @@
 
 }				// End of namespace Agi
 
-#endif				/* AGI_LZW_H */
+#endif /* AGI_LZW_H */

Modified: scummvm/trunk/engines/agi/opcodes.h
===================================================================
--- scummvm/trunk/engines/agi/opcodes.h	2007-02-20 16:54:55 UTC (rev 25743)
+++ scummvm/trunk/engines/agi/opcodes.h	2007-02-20 17:22:58 UTC (rev 25744)
@@ -41,4 +41,4 @@
 
 } // End of namespace Agi
 
-#endif				/* AGI_OPCODES_H */
+#endif /* AGI_OPCODES_H */

Modified: scummvm/trunk/engines/agi/picture.h
===================================================================
--- scummvm/trunk/engines/agi/picture.h	2007-02-20 16:54:55 UTC (rev 25743)
+++ scummvm/trunk/engines/agi/picture.h	2007-02-20 17:22:58 UTC (rev 25744)
@@ -75,4 +75,4 @@
 
 } // End of namespace Agi
 
-#endif				/* AGI_PICTURE_H */
+#endif /* AGI_PICTURE_H */


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