From 01df0311dceec81c6572026be8d234d2c8fb6fe5 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 5 Sep 2023 11:50:32 +0300 Subject: [PATCH] Export get_backend_api from the library --- source/core/backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/backend.h b/source/core/backend.h index 777fdacf..db027454 100644 --- a/source/core/backend.h +++ b/source/core/backend.h @@ -29,7 +29,7 @@ struct MSPGL_API Version }; /** Returns the backend for which the library was compiled. */ -GraphicsApi get_backend_api(); +MSPGL_API GraphicsApi get_backend_api(); } // namespace GL } // namespace Msp -- 2.45.2