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