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 3779d1724f
commit 50a22d7a6a
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
#include "Blinky.hpp"
#include "Dave.hpp"
#include "Fruits.hpp"
#include "Ghost.hpp"
#include "Inky.hpp"