5#ifndef ENGINE_LIB_ENGINE_H_
6#define ENGINE_LIB_ENGINE_H_
#define DLLEXPORT
Definition dll-export.h:19
DLLEXPORT auto Render() -> types::Expected< void >
Render everything in the graphics engine.
DLLEXPORT auto SetBackgroundColor(const glm::vec4 &color) -> void
Sets the background color for the rendering engine.
DLLEXPORT auto InitializeEngine() -> types::Expected< void >
Initialize the graphics engine.
std::expected< T, std::error_code > Expected
Definition types.h:34