[Scummvm-cvs-logs] SF.net SVN: scummvm:[43944] scummvm/trunk/engines/teenagent
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Fri Sep 4 22:06:19 CEST 2009
Revision: 43944
http://scummvm.svn.sourceforge.net/scummvm/?rev=43944&view=rev
Author: fingolfin
Date: 2009-09-04 20:06:19 +0000 (Fri, 04 Sep 2009)
Log Message:
-----------
TEEN: Fix header file guards to match our conventions
Modified Paths:
--------------
scummvm/trunk/engines/teenagent/animation.h
scummvm/trunk/engines/teenagent/dialog.h
scummvm/trunk/engines/teenagent/font.h
scummvm/trunk/engines/teenagent/inventory.h
scummvm/trunk/engines/teenagent/objects.h
scummvm/trunk/engines/teenagent/pack.h
scummvm/trunk/engines/teenagent/resources.h
scummvm/trunk/engines/teenagent/scene.h
scummvm/trunk/engines/teenagent/segment.h
scummvm/trunk/engines/teenagent/surface.h
scummvm/trunk/engines/teenagent/teenagent.h
Modified: scummvm/trunk/engines/teenagent/animation.h
===================================================================
--- scummvm/trunk/engines/teenagent/animation.h 2009-09-04 15:47:09 UTC (rev 43943)
+++ scummvm/trunk/engines/teenagent/animation.h 2009-09-04 20:06:19 UTC (rev 43944)
@@ -23,8 +23,8 @@
*/
-#ifndef TEENAGENT_ANIMATION_H__
-#define TEENAGENT_ANIMATION_H__
+#ifndef TEENAGENT_ANIMATION_H
+#define TEENAGENT_ANIMATION_H
#include "common/stream.h"
#include "surface.h"
Modified: scummvm/trunk/engines/teenagent/dialog.h
===================================================================
--- scummvm/trunk/engines/teenagent/dialog.h 2009-09-04 15:47:09 UTC (rev 43943)
+++ scummvm/trunk/engines/teenagent/dialog.h 2009-09-04 20:06:19 UTC (rev 43944)
@@ -22,8 +22,8 @@
* $Id$
*/
-#ifndef TEENAGENT_DIALOG_H__
-#define TEENAGENT_DIALOG_H__
+#ifndef TEENAGENT_DIALOG_H
+#define TEENAGENT_DIALOG_H
#include "common/endian.h"
#include "common/str.h"
Modified: scummvm/trunk/engines/teenagent/font.h
===================================================================
--- scummvm/trunk/engines/teenagent/font.h 2009-09-04 15:47:09 UTC (rev 43943)
+++ scummvm/trunk/engines/teenagent/font.h 2009-09-04 20:06:19 UTC (rev 43944)
@@ -22,8 +22,8 @@
* $Id$
*/
-#ifndef TEENAGENT_FONT_H__
-#define TEENAGENT_FONT_H__
+#ifndef TEENAGENT_FONT_H
+#define TEENAGENT_FONT_H
#include "graphics/surface.h"
Modified: scummvm/trunk/engines/teenagent/inventory.h
===================================================================
--- scummvm/trunk/engines/teenagent/inventory.h 2009-09-04 15:47:09 UTC (rev 43943)
+++ scummvm/trunk/engines/teenagent/inventory.h 2009-09-04 20:06:19 UTC (rev 43944)
@@ -22,8 +22,8 @@
* $Id$
*/
-#ifndef TEENAGENT_INVENTORY_H__
-#define TEENAGENT_INVENTORY_H__
+#ifndef TEENAGENT_INVENTORY_H
+#define TEENAGENT_INVENTORY_H
#include "surface.h"
#include "animation.h"
Modified: scummvm/trunk/engines/teenagent/objects.h
===================================================================
--- scummvm/trunk/engines/teenagent/objects.h 2009-09-04 15:47:09 UTC (rev 43943)
+++ scummvm/trunk/engines/teenagent/objects.h 2009-09-04 20:06:19 UTC (rev 43944)
@@ -23,8 +23,8 @@
*/
-#ifndef TEENAGENT_OBJECTS_H__
-#define TEENAGENT_OBJECTS_H__
+#ifndef TEENAGENT_OBJECTS_H
+#define TEENAGENT_OBJECTS_H
#include "common/rect.h"
#include "graphics/surface.h"
Modified: scummvm/trunk/engines/teenagent/pack.h
===================================================================
--- scummvm/trunk/engines/teenagent/pack.h 2009-09-04 15:47:09 UTC (rev 43943)
+++ scummvm/trunk/engines/teenagent/pack.h 2009-09-04 20:06:19 UTC (rev 43944)
@@ -23,8 +23,8 @@
*/
-#ifndef TEENAGENT_PACK_H__
-#define TEENAGENT_PACK_H__
+#ifndef TEENAGENT_PACK_H
+#define TEENAGENT_PACK_H
#include "common/file.h"
Modified: scummvm/trunk/engines/teenagent/resources.h
===================================================================
--- scummvm/trunk/engines/teenagent/resources.h 2009-09-04 15:47:09 UTC (rev 43943)
+++ scummvm/trunk/engines/teenagent/resources.h 2009-09-04 20:06:19 UTC (rev 43944)
@@ -23,8 +23,8 @@
*/
-#ifndef TEENAGENT_RESOURCES_H__
-#define TEENAGENT_RESOURCES_H__
+#ifndef TEENAGENT_RESOURCES_H
+#define TEENAGENT_RESOURCES_H
#include "pack.h"
#include "segment.h"
Modified: scummvm/trunk/engines/teenagent/scene.h
===================================================================
--- scummvm/trunk/engines/teenagent/scene.h 2009-09-04 15:47:09 UTC (rev 43943)
+++ scummvm/trunk/engines/teenagent/scene.h 2009-09-04 20:06:19 UTC (rev 43944)
@@ -23,8 +23,8 @@
*/
-#ifndef TEENAGENT_SCENE_H__
-#define TEENAGENT_SCENE_H__
+#ifndef TEENAGENT_SCENE_H
+#define TEENAGENT_SCENE_H
#include "surface.h"
#include "actor.h"
Modified: scummvm/trunk/engines/teenagent/segment.h
===================================================================
--- scummvm/trunk/engines/teenagent/segment.h 2009-09-04 15:47:09 UTC (rev 43943)
+++ scummvm/trunk/engines/teenagent/segment.h 2009-09-04 20:06:19 UTC (rev 43944)
@@ -23,8 +23,8 @@
*/
-#ifndef TEENAGENT_SEGMENT_H__
-#define TEENAGENT_SEGMENT_H__
+#ifndef TEENAGENT_SEGMENT_H
+#define TEENAGENT_SEGMENT_H
#include "common/stream.h"
#include "common/endian.h"
Modified: scummvm/trunk/engines/teenagent/surface.h
===================================================================
--- scummvm/trunk/engines/teenagent/surface.h 2009-09-04 15:47:09 UTC (rev 43943)
+++ scummvm/trunk/engines/teenagent/surface.h 2009-09-04 20:06:19 UTC (rev 43944)
@@ -23,8 +23,8 @@
*/
-#ifndef TAGET_SURFACE_H__
-#define TAGET_SURFACE_H__
+#ifndef TAGET_SURFACE_H
+#define TAGET_SURFACE_H
#include "graphics/surface.h"
#include "common/stream.h"
Modified: scummvm/trunk/engines/teenagent/teenagent.h
===================================================================
--- scummvm/trunk/engines/teenagent/teenagent.h 2009-09-04 15:47:09 UTC (rev 43943)
+++ scummvm/trunk/engines/teenagent/teenagent.h 2009-09-04 20:06:19 UTC (rev 43944)
@@ -23,8 +23,8 @@
*/
-#ifndef TEENAGENT_ENGINE_H__
-#define TEENAGENT_ENGINE_H__
+#ifndef TEENAGENT_ENGINE_H
+#define TEENAGENT_ENGINE_H
#include "engines/engine.h"
#include "pack.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