mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-15 13:42:39 +03:00
11 lines
161 B
C++
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
|