Skip to content

Commit

Permalink
🗑️ add deprecation notice for hw4 games
Browse files Browse the repository at this point in the history
  • Loading branch information
tackyunicorn committed Dec 5, 2024
1 parent 1cb3937 commit 6bfda80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/games/hw4_joshua/hw4_joshua.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This game will not be compiled or analyzed due to breaking API changes
// Please revert to the following commit to compile this game
// 9af70f40c9a0b342d480f27e040742551d40f4da

#include "Collision.hpp"
#include "Engine.hpp"
#include "Entity.hpp"
Expand Down
4 changes: 4 additions & 0 deletions src/games/hw4_mitesh/hw4_mitesh.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This game will not be compiled or analyzed due to breaking API changes
// Please revert to the following commit to compile this game
// 9af70f40c9a0b342d480f27e040742551d40f4da

#include "Collision.hpp"
#include "Engine.hpp"
#include "Entity.hpp"
Expand Down
4 changes: 4 additions & 0 deletions src/games/hw4_rohan/hw4_rohan.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This game will not be compiled or analyzed due to breaking API changes
// Please revert to the following commit to compile this game
// 9af70f40c9a0b342d480f27e040742551d40f4da

#include "Collision.hpp"
#include "Engine.hpp"
#include "Entity.hpp"
Expand Down

0 comments on commit 6bfda80

Please sign in to comment.