mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-03-04 21:16:36 +00:00
fixing windows dll issues
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
namespace mlx
|
||||
{
|
||||
class MLX_API GraphicsSupport : public non_copyable
|
||||
class GraphicsSupport : public non_copyable
|
||||
{
|
||||
public:
|
||||
GraphicsSupport(std::size_t w, std::size_t h, const std::string& title, int id);
|
||||
|
||||
Reference in New Issue
Block a user