mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-20 09:42:52 +03:00
Renamed "declares.hpp" to "config.hpp" Removed some compiler warnings. Fixed some minor bugs in cSound and cSoundBuffer.
11 lines
157 B
C++
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
|