galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
Fonts.hpp
Go to the documentation of this file.
1
7
8#ifndef GALAXY_RESOURCE_FONTS_HPP_
9#define GALAXY_RESOURCE_FONTS_HPP_
10
11#include "galaxy/graphics/text/Font.hpp"
14
15namespace galaxy
16{
17 namespace resource
18 {
23 } // namespace resource
24} // namespace galaxy
25
26#endif
Cache for resources such as audio, fonts, etc.
Definition Cache.hpp:30
Cache< graphics::Font, Loader< graphics::Font > > Fonts
Abbreviation for font cache.
Definition Fonts.hpp:22
Application.hpp galaxy.