ex00: it works!
This commit is contained in:
commit
6d4b5788d7
16 changed files with 318 additions and 0 deletions
7
ex00/WrongDog.cpp
Normal file
7
ex00/WrongDog.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "WrongDog.hpp"
|
||||
#include <iostream>
|
||||
|
||||
WrongDog::WrongDog() {
|
||||
std::cout << __PRETTY_FUNCTION__ << std::endl;
|
||||
type = "WrongDog";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue