mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 07:03:34 +00:00
fixing windows dll issues
This commit is contained in:
@@ -32,7 +32,7 @@ namespace mlx
|
||||
void* param = nullptr;
|
||||
};
|
||||
|
||||
class MLX_API Input
|
||||
class Input
|
||||
{
|
||||
public:
|
||||
Input();
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
namespace mlx
|
||||
{
|
||||
class MLX_API MLX_Window
|
||||
class MLX_Window
|
||||
{
|
||||
public:
|
||||
MLX_Window(std::size_t w, std::size_t h, const std::string& title);
|
||||
|
||||
Reference in New Issue
Block a user