Doxybook2 Example
src
Engine.hpp
Go to the documentation of this file.
1
7
#include "
Assets/Assets.hpp
"
8
#include "
Audio/Audio.hpp
"
9
#include "
Exception.hpp
"
10
#include "
Graphics/Graphics.hpp
"
11
#include "
Gui/Gui.hpp
"
12
#include "
Utils/Utils.hpp
"
13
17
extern
std::string
someGlobalFunc
();
18
27
namespace
Engine
{
32
extern
std::string
getVersion
();
33
}
// namespace Engine
34
132
//-----------------------------------------------------------
133
139
//-----------------------------------------------------------
140
someGlobalFunc
std::string someGlobalFunc()
Some global extern function.
Graphics.hpp
Engine::getVersion
std::string getVersion()
Returns the version string.
Audio.hpp
Utils.hpp
Assets.hpp
Gui.hpp
Exception.hpp
Engine
This namespace contains all of the necessary engine components.
Definition:
Asset.hpp:5
Generated by
1.8.17