diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-25 22:00:00 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-25 18:14:53 -0700 |
commit | 50eae6ebe793295986071e748f3698154158d6cd (patch) | |
tree | 62bc29fc5a7fd641d4ef3ee919e182b6a3f35de4 /src/resources | |
parent | 537d390ae65e9b8a2701c04baa22962f7db0f093 (diff) | |
download | mana-50eae6ebe793295986071e748f3698154158d6cd.tar.gz mana-50eae6ebe793295986071e748f3698154158d6cd.tar.bz2 mana-50eae6ebe793295986071e748f3698154158d6cd.tar.xz mana-50eae6ebe793295986071e748f3698154158d6cd.zip |
Removed the TMW branding from header guards
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/action.h | 4 | ||||
-rw-r--r-- | src/resources/ambientoverlay.h | 4 | ||||
-rw-r--r-- | src/resources/animation.h | 4 | ||||
-rw-r--r-- | src/resources/buddylist.h | 6 | ||||
-rw-r--r-- | src/resources/colordb.h | 4 | ||||
-rw-r--r-- | src/resources/dye.h | 4 | ||||
-rw-r--r-- | src/resources/emotedb.h | 4 | ||||
-rw-r--r-- | src/resources/image.h | 4 | ||||
-rw-r--r-- | src/resources/imageloader.h | 4 | ||||
-rw-r--r-- | src/resources/imageset.h | 4 | ||||
-rw-r--r-- | src/resources/itemdb.h | 4 | ||||
-rw-r--r-- | src/resources/iteminfo.h | 4 | ||||
-rw-r--r-- | src/resources/mapreader.h | 4 | ||||
-rw-r--r-- | src/resources/monsterdb.h | 4 | ||||
-rw-r--r-- | src/resources/monsterinfo.h | 4 | ||||
-rw-r--r-- | src/resources/music.h | 4 | ||||
-rw-r--r-- | src/resources/npcdb.h | 4 | ||||
-rw-r--r-- | src/resources/resource.h | 4 | ||||
-rw-r--r-- | src/resources/resourcemanager.h | 4 | ||||
-rw-r--r-- | src/resources/soundeffect.h | 4 | ||||
-rw-r--r-- | src/resources/spritedef.h | 4 |
21 files changed, 43 insertions, 43 deletions
diff --git a/src/resources/action.h b/src/resources/action.h index 1b5f1fc8..649d3828 100644 --- a/src/resources/action.h +++ b/src/resources/action.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_ACTION_H -#define _TMW_ACTION_H +#ifndef ACTION_H +#define ACTION_H #include <map> diff --git a/src/resources/ambientoverlay.h b/src/resources/ambientoverlay.h index 1b03a19c..65f9891d 100644 --- a/src/resources/ambientoverlay.h +++ b/src/resources/ambientoverlay.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_RESOURCES_AMBIENTOVERLAY_H_ -#define _TMW_RESOURCES_AMBIENTOVERLAY_H_ +#ifndef RESOURCES_AMBIENTOVERLAY_H +#define RESOURCES_AMBIENTOVERLAY_H class Graphics; class Image; diff --git a/src/resources/animation.h b/src/resources/animation.h index 8ebebc6f..0c461ebe 100644 --- a/src/resources/animation.h +++ b/src/resources/animation.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_ANIMATION_H -#define _TMW_ANIMATION_H +#ifndef ANIMATION_H +#define ANIMATION_H #include <vector> diff --git a/src/resources/buddylist.h b/src/resources/buddylist.h index 40dd125d..d769b2b8 100644 --- a/src/resources/buddylist.h +++ b/src/resources/buddylist.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_BUDDYLIST_H -#define _TMW_BUDDYLIST_H +#ifndef BUDDYLIST_H +#define BUDDYLIST_H #include <list> #include <string> @@ -76,4 +76,4 @@ class BuddyList : public gcn::ListModel { std::string mFilename; /* File to work with */ }; -#endif /* _TMW_BUDDYLIST_H */ +#endif /* BUDDYLIST_H */ diff --git a/src/resources/colordb.h b/src/resources/colordb.h index 2b750fa3..da36048a 100644 --- a/src/resources/colordb.h +++ b/src/resources/colordb.h @@ -19,8 +19,8 @@ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _AETHYRA_COLOR_MANAGER_H -#define _AETHYRA_COLOR_MANAGER_H +#ifndef COLOR_MANAGER_H +#define COLOR_MANAGER_H #include <map> #include <string> diff --git a/src/resources/dye.h b/src/resources/dye.h index 6bec8eb1..1db16c6a 100644 --- a/src/resources/dye.h +++ b/src/resources/dye.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_DYE_H -#define _TMW_DYE_H +#ifndef DYE_H +#define DYE_H #include <string> #include <vector> diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h index 73354ec0..0962edad 100644 --- a/src/resources/emotedb.h +++ b/src/resources/emotedb.h @@ -19,8 +19,8 @@ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _AETHYRA_EMOTE_DB_H -#define _AETHYRA_EMOTE_DB_H +#ifndef EMOTE_DB_H +#define EMOTE_DB_H #include <list> #include <map> diff --git a/src/resources/image.h b/src/resources/image.h index 0974b18b..a4048803 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_IMAGE_H -#define _TMW_IMAGE_H +#ifndef IMAGE_H +#define IMAGE_H #include <SDL.h> diff --git a/src/resources/imageloader.h b/src/resources/imageloader.h index 05d7a838..0ac7c899 100644 --- a/src/resources/imageloader.h +++ b/src/resources/imageloader.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_IMAGELOADER_H -#define _TMW_IMAGELOADER_H +#ifndef IMAGELOADER_H +#define IMAGELOADER_H #include <string> diff --git a/src/resources/imageset.h b/src/resources/imageset.h index f8939263..f59c76bb 100644 --- a/src/resources/imageset.h +++ b/src/resources/imageset.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_IMAGESET_H -#define _TMW_IMAGESET_H +#ifndef IMAGESET_H +#define IMAGESET_H #include <vector> diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h index 78279f4d..e7c23ca2 100644 --- a/src/resources/itemdb.h +++ b/src/resources/itemdb.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_ITEM_MANAGER_H -#define _TMW_ITEM_MANAGER_H +#ifndef ITEM_MANAGER_H +#define ITEM_MANAGER_H #include <map> diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h index 5e98d040..86725ca2 100644 --- a/src/resources/iteminfo.h +++ b/src/resources/iteminfo.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_ITEMINFO_H_ -#define _TMW_ITEMINFO_H_ +#ifndef ITEMINFO_H +#define ITEMINFO_H #include <map> #include <string> diff --git a/src/resources/mapreader.h b/src/resources/mapreader.h index bf797690..ef945c3f 100644 --- a/src/resources/mapreader.h +++ b/src/resources/mapreader.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_MAPREADER_H_ -#define _TMW_MAPREADER_H_ +#ifndef MAPREADER_H +#define MAPREADER_H #include <iosfwd> diff --git a/src/resources/monsterdb.h b/src/resources/monsterdb.h index cee1390b..6fbde55f 100644 --- a/src/resources/monsterdb.h +++ b/src/resources/monsterdb.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_MONSTER_DB_H -#define _TMW_MONSTER_DB_H +#ifndef MONSTER_DB_H +#define MONSTER_DB_H #include <map> diff --git a/src/resources/monsterinfo.h b/src/resources/monsterinfo.h index 77130be0..75464035 100644 --- a/src/resources/monsterinfo.h +++ b/src/resources/monsterinfo.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_MONSTERINFO_H_ -#define _TMW_MONSTERINFO_H_ +#ifndef MONSTERINFO_H +#define MONSTERINFO_H #include <list> #include <map> diff --git a/src/resources/music.h b/src/resources/music.h index 4d2ffd29..65f1ee88 100644 --- a/src/resources/music.h +++ b/src/resources/music.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_MUSIC_H -#define _TMW_MUSIC_H +#ifndef MUSIC_H +#define MUSIC_H #include <SDL_mixer.h> diff --git a/src/resources/npcdb.h b/src/resources/npcdb.h index c2bd04e4..af6764bf 100644 --- a/src/resources/npcdb.h +++ b/src/resources/npcdb.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_NPC_DB_H -#define _TMW_NPC_DB_H +#ifndef NPC_DB_H +#define NPC_DB_H #include <list> #include <map> diff --git a/src/resources/resource.h b/src/resources/resource.h index 855d09b8..303b82c8 100644 --- a/src/resources/resource.h +++ b/src/resources/resource.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_RESOURCE_H -#define _TMW_RESOURCE_H +#ifndef RESOURCE_H +#define RESOURCE_H #include <ctime> #include <string> diff --git a/src/resources/resourcemanager.h b/src/resources/resourcemanager.h index 4372195d..7996e816 100644 --- a/src/resources/resourcemanager.h +++ b/src/resources/resourcemanager.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_RESOURCE_MANAGER_H -#define _TMW_RESOURCE_MANAGER_H +#ifndef RESOURCE_MANAGER_H +#define RESOURCE_MANAGER_H #include <ctime> #include <map> diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index b19142b3..05ec9e54 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_SOUND_EFFECT_H -#define _TMW_SOUND_EFFECT_H +#ifndef SOUND_EFFECT_H +#define SOUND_EFFECT_H #include <SDL_mixer.h> diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index 4759ef4e..99d570f1 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_SPRITEDEF_H -#define _TMW_SPRITEDEF_H +#ifndef SPRITEDEF_H +#define SPRITEDEF_H #include <map> #include <string> |