Porytiles
Loading...
Searching...
No Matches
components.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "fruit/fruit.h"
4
6
7namespace porytiles2::di {
8
25fruit::Component<TextFormatter> get_formatter_component(bool no_color);
26
27} // namespace porytiles2::di
fruit::Component< TextFormatter > get_formatter_component(bool no_color)
Component that provides TextFormatter based on runtime configuration.