Change order of module 16 and 17
This commit is contained in:
parent
1cbfa643b2
commit
c60c08b149
10 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
[< Back](../README.md)
|
||||
|
||||
* [Exercise: std::unique_ptr<PacMan>](unique_ptr_pacman/README.md)
|
||||
* [Exercise: Simple class](create_class/README.md)
|
||||
* [Exercise: Add Clyde as a Ghost](make_ghost/README.md)
|
||||
* [Exercise: Refactor out GhostState from GameState](refactor_out_ghost_state/README.md)
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
[< Back](../README.md)
|
||||
|
||||
* [Exercise: Simple class](create_class/README.md)
|
||||
* [Exercise: Add Clyde as a Ghost](make_ghost/README.md)
|
||||
* [Exercise: Refactor out GhostState from GameState](refactor_out_ghost_state/README.md)
|
||||
* [Exercise: std::unique_ptr<PacMan>](unique_ptr_pacman/README.md)
|
||||
|
|
Loading…
Reference in a new issue