src/Engine.hpp

Namespaces

Name
Engine
This namespace contains all of the necessary engine components.

Functions

Name
std::string someGlobalFunc()
Some global extern function.

Functions Documentation

function someGlobalFunc

std::string someGlobalFunc()

Some global extern function.

Source code


#include "Assets/Assets.hpp"
#include "Audio/Audio.hpp"
#include "Exception.hpp"
#include "Graphics/Graphics.hpp"
#include "Gui/Gui.hpp"
#include "Utils/Utils.hpp"

extern std::string someGlobalFunc();

namespace Engine {
    extern std::string getVersion();
} // namespace Engine

//-----------------------------------------------------------

//-----------------------------------------------------------

Updated on 2022-10-19 at 22:22:01 +0000