#include #include #include namespace ADVect::Graphics { void Init(); void Destroy(); void RenderString(const NVL::String& s, u32 pos_x, u32 pos_y, const SDL_Color& attr); void RenderStringMarkdown(const NVL::Environment::Variable& s, u32 pos_x, u32 pos_y, const SDL_Color& attr); }