mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 02:26:29 +03:00
13 lines
184 B
C++
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
|