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:
@@ -37,7 +37,7 @@
|
||||
|
||||
namespace mlx
|
||||
{
|
||||
struct MLX_API Vertex
|
||||
struct Vertex
|
||||
{
|
||||
glm::vec2 pos;
|
||||
glm::vec4 color;
|
||||
@@ -78,7 +78,7 @@ namespace mlx
|
||||
}
|
||||
};
|
||||
|
||||
class MLX_API Renderer
|
||||
class Renderer
|
||||
{
|
||||
public:
|
||||
Renderer() = default;
|
||||
|
||||
Reference in New Issue
Block a user