SDLPP: add .dll target for windows

This commit is contained in:
2020-11-22 23:37:55 +01:00
parent 5f40ffe4e1
commit 730a00b8fa
15 changed files with 63 additions and 34 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include "sdlpp_rectcolider.hpp"
namespace SDLPP {
class RectangleRender : public RenderObject {
class SDLPPSCOPE RectangleRender : public RenderObject {
public:
RectangleRender() = delete;
virtual ~RectangleRender(){};