fixing windows dll issues

This commit is contained in:
2023-12-08 23:33:26 +01:00
parent 038a6db77f
commit 555af79e9e
43 changed files with 121 additions and 110 deletions

View File

@@ -27,7 +27,7 @@ namespace mlx
using TextID = uint32_t;
constexpr TextID nulltext = 0;
class MLX_API TextData
class TextData
{
public:
TextData() = default;
@@ -46,7 +46,7 @@ namespace mlx
std::string _text;
};
class MLX_API TextLibrary
class TextLibrary
{
public:
TextLibrary() = default;