diff options
author | Torbjörn Andersson | 2006-07-23 15:32:14 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-07-23 15:32:14 +0000 |
commit | eabe720a0e79d902d862995816abf9550fc6295f (patch) | |
tree | 0814fa905d185b6d593d77bf5cd3a31610936a93 /engines/lure | |
parent | 6050989bd89493cd8f8d484333552b8b8f8581c5 (diff) | |
download | scummvm-rg350-eabe720a0e79d902d862995816abf9550fc6295f.tar.gz scummvm-rg350-eabe720a0e79d902d862995816abf9550fc6295f.tar.bz2 scummvm-rg350-eabe720a0e79d902d862995816abf9550fc6295f.zip |
Changed __lure_res_h__ to LURE_RES_H etc for consistency.
svn-id: r23584
Diffstat (limited to 'engines/lure')
-rw-r--r-- | engines/lure/animseq.h | 4 | ||||
-rw-r--r-- | engines/lure/debug-input.h | 4 | ||||
-rw-r--r-- | engines/lure/debug-methods.h | 4 | ||||
-rw-r--r-- | engines/lure/decode.h | 4 | ||||
-rw-r--r-- | engines/lure/disk.h | 4 | ||||
-rw-r--r-- | engines/lure/events.h | 4 | ||||
-rw-r--r-- | engines/lure/game.h | 4 | ||||
-rw-r--r-- | engines/lure/hotspots.h | 4 | ||||
-rw-r--r-- | engines/lure/intro.h | 4 | ||||
-rw-r--r-- | engines/lure/lure.h | 4 | ||||
-rw-r--r-- | engines/lure/luredefs.h | 4 | ||||
-rw-r--r-- | engines/lure/memory.h | 4 | ||||
-rw-r--r-- | engines/lure/menu.h | 4 | ||||
-rw-r--r-- | engines/lure/palette.h | 4 | ||||
-rw-r--r-- | engines/lure/res.h | 4 | ||||
-rw-r--r-- | engines/lure/res_struct.h | 4 | ||||
-rw-r--r-- | engines/lure/room.h | 4 | ||||
-rw-r--r-- | engines/lure/screen.h | 4 | ||||
-rw-r--r-- | engines/lure/scripts.h | 4 | ||||
-rw-r--r-- | engines/lure/strings.h | 4 | ||||
-rw-r--r-- | engines/lure/surface.h | 4 | ||||
-rw-r--r-- | engines/lure/system.h | 4 |
22 files changed, 44 insertions, 44 deletions
diff --git a/engines/lure/animseq.h b/engines/lure/animseq.h index fb6387a85d..86f4c8e35c 100644 --- a/engines/lure/animseq.h +++ b/engines/lure/animseq.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_animseq_h__ -#define __lure_animseq_h__ +#ifndef LURE_ANIMSEQ_H +#define LURE_ANIMSEQ_H #include "lure/screen.h" diff --git a/engines/lure/debug-input.h b/engines/lure/debug-input.h index ec820d6745..032543b352 100644 --- a/engines/lure/debug-input.h +++ b/engines/lure/debug-input.h @@ -21,8 +21,8 @@ */ #ifdef LURE_DEBUG -#ifndef __lure_input_h__ -#define __lure_input_h__ +#ifndef LURE_DEBUG_INPUT_H +#define LURE_DEBUG_INPUT_H #include "common/stdafx.h" #include "common/str.h" diff --git a/engines/lure/debug-methods.h b/engines/lure/debug-methods.h index 72e31b571b..aa61793662 100644 --- a/engines/lure/debug-methods.h +++ b/engines/lure/debug-methods.h @@ -21,8 +21,8 @@ */ #ifdef LURE_DEBUG -#ifndef __lure_debugprocs_h__ -#define __lure_debugprocs_h__ +#ifndef LURE_DEBUG_METHODS_H +#define LURE_DEBUG_METHODS_H #include "common/stdafx.h" #include "lure/surface.h" diff --git a/engines/lure/decode.h b/engines/lure/decode.h index 4f2994d424..2c40c6ff83 100644 --- a/engines/lure/decode.h +++ b/engines/lure/decode.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_decode_h__ -#define __lure_decode_h__ +#ifndef LURE_DECODE_H +#define LURE_DECODE_H #include "common/stdafx.h" #include "lure/luredefs.h" diff --git a/engines/lure/disk.h b/engines/lure/disk.h index b7504a2b52..84374bf194 100644 --- a/engines/lure/disk.h +++ b/engines/lure/disk.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_disk_h__ -#define __lure_disk_h__ +#ifndef LURE_DISK_H +#define LURE_DISK_H #include "common/stdafx.h" #include "common/scummsys.h" diff --git a/engines/lure/events.h b/engines/lure/events.h index 0287b6de19..e41ae722e7 100644 --- a/engines/lure/events.h +++ b/engines/lure/events.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_events_h__ -#define __lure_events_h__ +#ifndef LURE_EVENTS_H +#define LURE_EVENTS_H #include "common/stdafx.h" #include "common/str.h" diff --git a/engines/lure/game.h b/engines/lure/game.h index c1bdb5e933..5b4e7056d0 100644 --- a/engines/lure/game.h +++ b/engines/lure/game.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_game_h__ -#define __lure_game_h__ +#ifndef LURE_GAME_H +#define LURE_GAME_H #include "common/stdafx.h" #include "base/engine.h" diff --git a/engines/lure/hotspots.h b/engines/lure/hotspots.h index 071695f78d..333c9b58cd 100644 --- a/engines/lure/hotspots.h +++ b/engines/lure/hotspots.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_hotspots_h__ -#define __lure_hotspots_h__ +#ifndef LURE_HOTSPOTS_H +#define LURE_HOTSPOTS_H #include "lure/luredefs.h" #include "lure/screen.h" diff --git a/engines/lure/intro.h b/engines/lure/intro.h index d7934d938a..848d0ca19e 100644 --- a/engines/lure/intro.h +++ b/engines/lure/intro.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_intro_h__ -#define __lure_intro_h__ +#ifndef LURE_INTRO_H +#define LURE_INTRO_H #include "lure/screen.h" diff --git a/engines/lure/lure.h b/engines/lure/lure.h index d980b97bb2..73434761cf 100644 --- a/engines/lure/lure.h +++ b/engines/lure/lure.h @@ -20,8 +20,8 @@ * */ -#ifndef __LURE_H__ -#define __LURE_H__ +#ifndef LURE_H +#define LURE_H #include "base/engine.h" #include "common/rect.h" diff --git a/engines/lure/luredefs.h b/engines/lure/luredefs.h index 82342b06ac..2d6d56228b 100644 --- a/engines/lure/luredefs.h +++ b/engines/lure/luredefs.h @@ -20,8 +20,8 @@ * */ -#ifndef __luredefs_h__ -#define __luredefs_h__ +#ifndef LUREDEFS_H +#define LUREDEFS_H #include "common/stdafx.h" #include "common/scummsys.h" diff --git a/engines/lure/memory.h b/engines/lure/memory.h index 3756608d6a..d7b56b2e79 100644 --- a/engines/lure/memory.h +++ b/engines/lure/memory.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_memory_h__ -#define __lure_memory_h__ +#ifndef LURE_MEMORY_H +#define LURE_MEMORY_H #include "common/stdafx.h" #include "common/system.h" diff --git a/engines/lure/menu.h b/engines/lure/menu.h index 29d07252e6..8fa792f67c 100644 --- a/engines/lure/menu.h +++ b/engines/lure/menu.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_menu_h__ -#define __lure_menu_h__ +#ifndef LURE_MENU_H +#define LURE_MENU_H #include "common/stdafx.h" #include "common/str.h" diff --git a/engines/lure/palette.h b/engines/lure/palette.h index 6fa2d9a1b7..274df607e6 100644 --- a/engines/lure/palette.h +++ b/engines/lure/palette.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_palette_h__ -#define __lure_palette_h__ +#ifndef LURE_PALETTE_H +#define LURE_PALETTE_H #include "lure/luredefs.h" #include "lure/disk.h" diff --git a/engines/lure/res.h b/engines/lure/res.h index ba13cf88fe..3c27223b1d 100644 --- a/engines/lure/res.h +++ b/engines/lure/res.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_res_h__ -#define __lure_res_h__ +#ifndef LURE_RES_H +#define LURE_RES_H #include "lure/luredefs.h" #include "lure/memory.h" diff --git a/engines/lure/res_struct.h b/engines/lure/res_struct.h index 290107d1cf..d95fec8d7f 100644 --- a/engines/lure/res_struct.h +++ b/engines/lure/res_struct.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_resstruct_h__ -#define __lure_resstruct_h__ +#ifndef LURE_RESSTRUCT_H +#define LURE_RESSTRUCT_H #include "lure/luredefs.h" #include "common/list.h" diff --git a/engines/lure/room.h b/engines/lure/room.h index 2a053617f4..cf6c89c72d 100644 --- a/engines/lure/room.h +++ b/engines/lure/room.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_room_h__ -#define __lure_room_h__ +#ifndef LURE_ROOM_H +#define LURE_ROOM_H #include "common/stdafx.h" #include "common/scummsys.h" diff --git a/engines/lure/screen.h b/engines/lure/screen.h index 064fec0e96..cb343d8f71 100644 --- a/engines/lure/screen.h +++ b/engines/lure/screen.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_screen_h__ -#define __lure_screen_h__ +#ifndef LURE_SCREEN_H +#define LURE_SCREEN_H #include "common/stdafx.h" #include "base/engine.h" diff --git a/engines/lure/scripts.h b/engines/lure/scripts.h index f6c04bdc3c..91b8a050c2 100644 --- a/engines/lure/scripts.h +++ b/engines/lure/scripts.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_scripts_h__ -#define __lure_scripts_h__ +#ifndef LURE_SCRIPTS_H +#define LURE_SCRIPTS_H #include "lure/luredefs.h" #include "lure/memory.h" diff --git a/engines/lure/strings.h b/engines/lure/strings.h index 3fe43c2fa2..f718b0c872 100644 --- a/engines/lure/strings.h +++ b/engines/lure/strings.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_strings_h__ -#define __lure_strings_h__ +#ifndef LURE_STRINGS_H +#define LURE_STRINGS_H #include "lure/luredefs.h" #include "lure/memory.h" diff --git a/engines/lure/surface.h b/engines/lure/surface.h index f8db0d08b0..07b95e1183 100644 --- a/engines/lure/surface.h +++ b/engines/lure/surface.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_surface_h__ -#define __lure_surface_h__ +#ifndef LURE_SURFACE_H +#define LURE_SURFACE_H #include "common/stdafx.h" #include "common/str.h" diff --git a/engines/lure/system.h b/engines/lure/system.h index 8d7471a296..119bc0e59f 100644 --- a/engines/lure/system.h +++ b/engines/lure/system.h @@ -20,8 +20,8 @@ * */ -#ifndef __lure_system_h__ -#define __lure_system_h__ +#ifndef LURE_SYSTEM_H +#define LURE_SYSTEM_H #include "common/stdafx.h" #include "common/system.h" |