BBVS: Fix include guard and include guard name comments for endifs

This commit is contained in:
johndoe123 2014-02-15 23:48:08 +01:00
parent 9263bb9eb3
commit 3847654bcd
10 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -248,4 +248,4 @@ protected:
} // End of namespace Bbvs
#endif // BBVS_H
#endif // BBVS_GAMEMODULE_H

View File

@ -58,4 +58,4 @@ public:
} // End of namespace Bbvs
#endif // BBVS_H
#endif // BBVS_GRAPHICS_H

View File

@ -145,4 +145,4 @@ public:
} // End of namespace Bbvs
#endif // BBVS_H
#endif // BBVS_MINIGAMES_BBAIRGUITAR_H

View File

@ -170,4 +170,4 @@ public:
} // End of namespace Bbvs
#endif // BBVS_H
#endif // BBVS_MINIGAMES_BBANT_H

View File

@ -138,4 +138,4 @@ public:
} // End of namespace Bbvs
#endif // BBVS_H
#endif // BBVS_MINIGAMES_BBLOOGIE_H

View File

@ -131,4 +131,4 @@ public:
} // End of namespace Bbvs
#endif // BBVS_H
#endif // BBVS_MINIGAMES_BBTENNIS_H

View File

@ -79,4 +79,4 @@ protected:
} // End of namespace Bbvs
#endif // BBVS_H
#endif // BBVS_MINIGAMES_MINIGAME_H

View File

@ -60,4 +60,4 @@ protected:
} // End of namespace Bbvs
#endif // BBVS_H
#endif // BBVS_SOUND_H

View File

@ -65,4 +65,4 @@ protected:
} // End of namespace Bbvs
#endif // BBVS_H
#endif // BBVS_SPRITEMODULE_H