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
+2 -2
View File
@@ -10,9 +10,9 @@
#include <vector>
namespace SDLPP {
class Scene;
class SDLPPSCOPE Scene;
class RenderObject {
class SDLPPSCOPE RenderObject {
public:
RenderObject( const std::shared_ptr< Renderer > &r ) : renderer( r ) {}
virtual ~RenderObject() {}