Files
eepp/include/eepp/core.hpp
Martín Lucas Golini 1250eb967b Replacement of PlusCallback in favor of std::functional ( just for lambdas ).
--HG--
branch : dev-functional
2018-07-17 10:31:34 -03:00

13 lines
184 B
C++

#ifndef EE_BASE_HPP
#define EE_BASE_HPP
#include <functional>
#include <eepp/thirdparty/PlusCallback/callback.hpp>
#include <eepp/config.hpp>
#include <eepp/core/core.hpp>
#endif