d03 ex01 debut
This commit is contained in:
18
d03/ex01/ScavTrap.hpp
Normal file
18
d03/ex01/ScavTrap.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef SCAVTRAP_HPP
|
||||
# define SCAVTRAP_HPP
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include "ClapTrap.hpp"
|
||||
|
||||
class ScavTrap : public ClapTrap {
|
||||
|
||||
public:
|
||||
|
||||
ScavTrap(std::string name);
|
||||
~ScavTrap();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user