mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
BBVS: Fix include guard and include guard name comments for endifs
This commit is contained in:
parent
9263bb9eb3
commit
3847654bcd
@ -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
|
||||
|
@ -248,4 +248,4 @@ protected:
|
||||
|
||||
} // End of namespace Bbvs
|
||||
|
||||
#endif // BBVS_H
|
||||
#endif // BBVS_GAMEMODULE_H
|
||||
|
@ -58,4 +58,4 @@ public:
|
||||
|
||||
} // End of namespace Bbvs
|
||||
|
||||
#endif // BBVS_H
|
||||
#endif // BBVS_GRAPHICS_H
|
||||
|
@ -145,4 +145,4 @@ public:
|
||||
|
||||
} // End of namespace Bbvs
|
||||
|
||||
#endif // BBVS_H
|
||||
#endif // BBVS_MINIGAMES_BBAIRGUITAR_H
|
||||
|
@ -170,4 +170,4 @@ public:
|
||||
|
||||
} // End of namespace Bbvs
|
||||
|
||||
#endif // BBVS_H
|
||||
#endif // BBVS_MINIGAMES_BBANT_H
|
||||
|
@ -138,4 +138,4 @@ public:
|
||||
|
||||
} // End of namespace Bbvs
|
||||
|
||||
#endif // BBVS_H
|
||||
#endif // BBVS_MINIGAMES_BBLOOGIE_H
|
||||
|
@ -131,4 +131,4 @@ public:
|
||||
|
||||
} // End of namespace Bbvs
|
||||
|
||||
#endif // BBVS_H
|
||||
#endif // BBVS_MINIGAMES_BBTENNIS_H
|
||||
|
@ -79,4 +79,4 @@ protected:
|
||||
|
||||
} // End of namespace Bbvs
|
||||
|
||||
#endif // BBVS_H
|
||||
#endif // BBVS_MINIGAMES_MINIGAME_H
|
||||
|
@ -60,4 +60,4 @@ protected:
|
||||
|
||||
} // End of namespace Bbvs
|
||||
|
||||
#endif // BBVS_H
|
||||
#endif // BBVS_SOUND_H
|
||||
|
@ -65,4 +65,4 @@ protected:
|
||||
|
||||
} // End of namespace Bbvs
|
||||
|
||||
#endif // BBVS_H
|
||||
#endif // BBVS_SPRITEMODULE_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user