src/Engine.hpp

src/Engine.hpp File Reference

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 2025-04-29 at 08:31:43 +0000