Libftpp
A modern C++ library
design_patterns.hpp
Go to the documentation of this file.
1 #ifndef DESIGN_PATTERN_HPP
2 #define DESIGN_PATTERN_HPP
3 
4 #include "memento/memento.hpp"
5 #include "observer/observer.hpp"
8 
9 #endif