|
CPP01 1.0
|
Implements the randomChump function. [詳解]
#include "Zombie.hpp"
関数 | |
| void | randomChump (std::string name) |
| Creates a Zombie on the stack and makes it announce itself. | |
Implements the randomChump function.
randomChump.cpp に定義があります。
| void randomChump | ( | std::string | name | ) |
Creates a Zombie on the stack and makes it announce itself.
The zombie is automatically destroyed when the function exits.
| name | The name of the new zombie. |
randomChump.cpp の 27 行目に定義があります。