![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
#include "galaxy/graphics/text/Font.hpp"
#include "galaxy/resource/Cache.hpp"
#include "galaxy/resource/Loader.hpp"
Go to the source code of this file.
Namespaces | |
namespace | galaxy |
Timer.hpp galaxy. | |
namespace | galaxy::resource |
Typedefs | |
using | galaxy::resource::Fonts = Cache<graphics::Font, Loader<graphics::Font>> |
Abbreviation for font cache. | |