Skip to content

Commit

Permalink
typeid fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tariquzzamanf committed Nov 8, 2021
1 parent fb54865 commit 66a033f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ hscore.savefile
bin/hscore.savefile
bin/data/hscore.savefile
data/hscore.savefile
~$Fox's Tale.pptx
Binary file added Fox's Tale.pptx
Binary file not shown.
2 changes: 1 addition & 1 deletion include/Ball.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "Queue.hpp"
#include "SFML/Graphics.hpp"
#include "Game.hpp"

#include <typeinfo>
class Ball
{
int isProtected, isBoosted;
Expand Down
2 changes: 1 addition & 1 deletion include/Game.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "Spike.hpp"
#include "MovingPlatform.hpp"
#include "BouncyPlatform.hpp"

#include <typeinfo>
class Ball;

class Game
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ int main()

else if (choice == 4)
{
//credits
// credits
#ifdef ROLL
std::vector<std::string> credits;
credits.reserve(20);
Expand Down

0 comments on commit 66a033f

Please sign in to comment.