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