Doxybook2 Example
 
Loading...
Searching...
No Matches
Engine.hpp
Go to the documentation of this file.
1
6
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
17extern std::string someGlobalFunc();
18
27namespace Engine {
32 extern std::string getVersion();
33} // namespace Engine
34
131
132//-----------------------------------------------------------
133
138
139//-----------------------------------------------------------
140
145
std::string someGlobalFunc()
Some global extern function.
std::string getVersion()
Returns the version string.
This namespace contains all of the necessary engine components.
Definition Asset.hpp:5