SDLPP: add .dll target for windows
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "sdlpp_renderobject.hpp"
|
||||
|
||||
namespace SDLPP {
|
||||
class Scene {
|
||||
class SDLPPSCOPE Scene {
|
||||
public:
|
||||
Scene( std::shared_ptr< Renderer > &r );
|
||||
void addObject( const std::shared_ptr< RenderObject > &obj );
|
||||
|
||||
Reference in New Issue
Block a user