Ex 15: Add blank files for the fourth ghost, Dave.
This commit is contained in:
parent
b9354e3dd1
commit
b42c02d0a6
3 changed files with 3 additions and 0 deletions
1
lib/Dave.cpp
Normal file
1
lib/Dave.cpp
Normal file
|
@ -0,0 +1 @@
|
|||
#include "Dave.hpp"
|
1
lib/include/Dave.hpp
Normal file
1
lib/include/Dave.hpp
Normal file
|
@ -0,0 +1 @@
|
|||
#pragma once
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "Blinky.hpp"
|
||||
#include "Dave.hpp"
|
||||
#include "Fruits.hpp"
|
||||
#include "Ghost.hpp"
|
||||
#include "Inky.hpp"
|
||||
|
|
Loading…
Reference in a new issue