adding symbols to dll on windows

This commit is contained in:
Kbz-8
2023-12-08 18:56:33 +01:00
parent 890e301b78
commit 19ce912afe
5 changed files with 28 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/10/05 16:27:35 by maldavid #+# #+# */
/* Updated: 2023/12/08 12:14:39 by kbz_8 ### ########.fr */
/* Updated: 2023/12/08 18:54:03 by kbz_8 ### ########.fr */
/* */
/* ************************************************************************** */
@@ -18,6 +18,8 @@
#include <SDL2/SDL.h>
#include <unordered_map>
#include <core/profile.h>
#include "window.h"
namespace mlx
@@ -30,7 +32,7 @@ namespace mlx
void* param = nullptr;
};
class Input
class MLX_API Input
{
public:
Input();