aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/Font.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/graphics/Font.hpp')
-rw-r--r--include/cru/platform/graphics/Font.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/graphics/Font.hpp b/include/cru/platform/graphics/Font.hpp
index e1a419eb..2d1bc9a6 100644
--- a/include/cru/platform/graphics/Font.hpp
+++ b/include/cru/platform/graphics/Font.hpp
@@ -2,7 +2,7 @@
#include "Resource.hpp"
namespace cru::platform::graphics {
-struct IFont : virtual IGraphicsResource {
+struct CRU_PLATFORM_GRAPHICS_API IFont : virtual IGraphicsResource {
virtual float GetFontSize() = 0;
};
} // namespace cru::platform::graphics