Skip to content

Commit

Permalink
finished t1
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-tomas committed Jun 22, 2022
1 parent 42b5049 commit 8ee92e6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 67 deletions.
4 changes: 1 addition & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ CPP_SRC=src/Main.cpp \
src/Game.cpp \
src/State.cpp \
src/Sprite.cpp \
src/Music.cpp \
src/Vec2.cpp \
src/Rect.cpp
src/Music.cpp

run:
$(CC) $(CPP_SRC) $(CC_FLAGS) -o $(TARGET)
Expand Down
10 changes: 0 additions & 10 deletions src/Component.h

This file was deleted.

7 changes: 1 addition & 6 deletions src/Main.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
#include "Game.h"

// #include "Vec2.h"
// #include "Rect.h"

int main(int argc, char** argv)
{
Game::GetInstance().Run();
return 0;
}

// Game::GetInstance().GetRenderer()
}
9 changes: 0 additions & 9 deletions src/Rect.cpp

This file was deleted.

8 changes: 0 additions & 8 deletions src/Rect.h

This file was deleted.

22 changes: 0 additions & 22 deletions src/Vec2.cpp

This file was deleted.

9 changes: 0 additions & 9 deletions src/Vec2.h

This file was deleted.

0 comments on commit 8ee92e6

Please sign in to comment.