Ex 15: Add blank files for the fourth ghost, Dave.

This commit is contained in:
Dag-Erling Smørgrav 2021-10-18 13:31:02 +02:00
parent b9354e3dd1
commit b42c02d0a6
3 changed files with 3 additions and 0 deletions

1
lib/Dave.cpp Normal file
View file

@ -0,0 +1 @@
#include "Dave.hpp"

1
lib/include/Dave.hpp Normal file
View file

@ -0,0 +1 @@
#pragma once

View file

@ -1,6 +1,7 @@
#pragma once #pragma once
#include "Blinky.hpp" #include "Blinky.hpp"
#include "Dave.hpp"
#include "Fruits.hpp" #include "Fruits.hpp"
#include "Ghost.hpp" #include "Ghost.hpp"
#include "Inky.hpp" #include "Inky.hpp"