diff options
Diffstat (limited to 'include/cru/platform/graphics/Font.hpp')
-rw-r--r-- | include/cru/platform/graphics/Font.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/graphics/Font.hpp b/include/cru/platform/graphics/Font.hpp index 70392a69..c8a155fc 100644 --- a/include/cru/platform/graphics/Font.hpp +++ b/include/cru/platform/graphics/Font.hpp @@ -5,4 +5,4 @@ namespace cru::platform::graphics { struct IFont : virtual IGraphResource { virtual float GetFontSize() = 0; }; -} // namespace cru::platform::graph +} // namespace cru::platform::graphics |