SDLPP: add .dll target for windows
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <memory>
|
||||
|
||||
namespace SDLPP {
|
||||
class CircleRender : public RenderObject {
|
||||
class SDLPPSCOPE CircleRender : public RenderObject {
|
||||
public:
|
||||
CircleRender() = delete;
|
||||
virtual ~CircleRender(){};
|
||||
|
||||
Reference in New Issue
Block a user