Files
eepp/include/eepp/core.hpp
Martín Lucas Golini 77637f71fa Moved "src/eepp/helper" folder to "src/thirdparty".
Also some minor fixes.

--HG--
branch : dev-2.1
2017-12-30 14:29:38 -03:00

11 lines
161 B
C++

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