src/Engine.hpp
#include <src/Engine.hpp>
Namespaces
| Name | Description |
|---|---|
| Engine | This namespace contains all of the necessary engine components. |
Functions
| Member Functions | Description |
|---|---|
| someGlobalFunc | Some global extern function. (function) |
Functions
function someGlobalFunc
Defined in header <src/Engine.hpp>
std::string
someGlobalFunc();
Some global extern function.
Exception Safety
Basic exception guarantee.
Updated on 2023-04-03