Files
eepp/include/eepp/core.hpp
Martín Lucas Golini 2647f03933 Renamed "base" folder/module to "core".
Renamed "declares.hpp" to "config.hpp"
Removed some compiler warnings.
Fixed some minor bugs in cSound and cSoundBuffer.
2014-06-07 02:12:18 -03:00

11 lines
157 B
C++

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