diff options
author | johndoe123 | 2014-02-15 23:48:08 +0100 |
---|---|---|
committer | johndoe123 | 2014-02-15 23:48:08 +0100 |
commit | 3847654bcd28285a4b598d246d91e5bbf26e5820 (patch) | |
tree | a7412b54bbff5be5fdbf21ce633c974c1e3d36cc /engines | |
parent | 9263bb9eb32d877491be7f2177b49d06608954a6 (diff) | |
download | scummvm-rg350-3847654bcd28285a4b598d246d91e5bbf26e5820.tar.gz scummvm-rg350-3847654bcd28285a4b598d246d91e5bbf26e5820.tar.bz2 scummvm-rg350-3847654bcd28285a4b598d246d91e5bbf26e5820.zip |
BBVS: Fix include guard and include guard name comments for endifs
Diffstat (limited to 'engines')
-rw-r--r-- | engines/bbvs/bbvs.h | 6 | ||||
-rw-r--r-- | engines/bbvs/gamemodule.h | 2 | ||||
-rw-r--r-- | engines/bbvs/graphics.h | 2 | ||||
-rw-r--r-- | engines/bbvs/minigames/bbairguitar.h | 2 | ||||
-rw-r--r-- | engines/bbvs/minigames/bbant.h | 2 | ||||
-rw-r--r-- | engines/bbvs/minigames/bbloogie.h | 2 | ||||
-rw-r--r-- | engines/bbvs/minigames/bbtennis.h | 2 | ||||
-rw-r--r-- | engines/bbvs/minigames/minigame.h | 2 | ||||
-rw-r--r-- | engines/bbvs/sound.h | 2 | ||||
-rw-r--r-- | engines/bbvs/spritemodule.h | 2 |
10 files changed, 12 insertions, 12 deletions
diff --git a/engines/bbvs/bbvs.h b/engines/bbvs/bbvs.h index 8bfe6481c6..4a134032de 100644 --- a/engines/bbvs/bbvs.h +++ b/engines/bbvs/bbvs.h @@ -20,8 +20,8 @@ * */ -#ifndef BBVS_H -#define BBVS_H +#ifndef BBVS_BBVS_H +#define BBVS_BBVS_H #include "audio/mixer.h" #include "audio/decoders/aiff.h" @@ -413,4 +413,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_BBVS_H diff --git a/engines/bbvs/gamemodule.h b/engines/bbvs/gamemodule.h index ffd2488c21..4d4f5b90a1 100644 --- a/engines/bbvs/gamemodule.h +++ b/engines/bbvs/gamemodule.h @@ -248,4 +248,4 @@ protected: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_GAMEMODULE_H diff --git a/engines/bbvs/graphics.h b/engines/bbvs/graphics.h index 277cf453cb..acb8eb953a 100644 --- a/engines/bbvs/graphics.h +++ b/engines/bbvs/graphics.h @@ -58,4 +58,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_GRAPHICS_H diff --git a/engines/bbvs/minigames/bbairguitar.h b/engines/bbvs/minigames/bbairguitar.h index 5c1eb00dfd..eba301632d 100644 --- a/engines/bbvs/minigames/bbairguitar.h +++ b/engines/bbvs/minigames/bbairguitar.h @@ -145,4 +145,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_MINIGAMES_BBAIRGUITAR_H diff --git a/engines/bbvs/minigames/bbant.h b/engines/bbvs/minigames/bbant.h index a133d66862..8600a45719 100644 --- a/engines/bbvs/minigames/bbant.h +++ b/engines/bbvs/minigames/bbant.h @@ -170,4 +170,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_MINIGAMES_BBANT_H diff --git a/engines/bbvs/minigames/bbloogie.h b/engines/bbvs/minigames/bbloogie.h index fb745c15e4..6c4ece3269 100644 --- a/engines/bbvs/minigames/bbloogie.h +++ b/engines/bbvs/minigames/bbloogie.h @@ -138,4 +138,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_MINIGAMES_BBLOOGIE_H diff --git a/engines/bbvs/minigames/bbtennis.h b/engines/bbvs/minigames/bbtennis.h index fb6355f4eb..72ee719387 100644 --- a/engines/bbvs/minigames/bbtennis.h +++ b/engines/bbvs/minigames/bbtennis.h @@ -131,4 +131,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_MINIGAMES_BBTENNIS_H diff --git a/engines/bbvs/minigames/minigame.h b/engines/bbvs/minigames/minigame.h index 1bba25f435..cc5a96e3c0 100644 --- a/engines/bbvs/minigames/minigame.h +++ b/engines/bbvs/minigames/minigame.h @@ -79,4 +79,4 @@ protected: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_MINIGAMES_MINIGAME_H diff --git a/engines/bbvs/sound.h b/engines/bbvs/sound.h index 24f14fc70f..4e44c2b962 100644 --- a/engines/bbvs/sound.h +++ b/engines/bbvs/sound.h @@ -60,4 +60,4 @@ protected: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_SOUND_H diff --git a/engines/bbvs/spritemodule.h b/engines/bbvs/spritemodule.h index 13469f7543..c287815dec 100644 --- a/engines/bbvs/spritemodule.h +++ b/engines/bbvs/spritemodule.h @@ -65,4 +65,4 @@ protected: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_SPRITEMODULE_H |