d01 ex00 ok
This commit is contained in:
12
d01/ex00/newZombie.cpp
Normal file
12
d01/ex00/newZombie.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "Zombie.hpp"
|
||||
|
||||
Zombie *newZombie( std::string name ) {
|
||||
|
||||
Zombie *zomb;
|
||||
|
||||
zomb = new Zombie( name );
|
||||
return zomb;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user