SDLPP: add .dll target for windows
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <iostream>
|
||||
|
||||
namespace SDLPP {
|
||||
class Font {
|
||||
class SDLPPSCOPE Font {
|
||||
public:
|
||||
Font() = delete;
|
||||
Font( const std::string &font, int size );
|
||||
|
||||
Reference in New Issue
Block a user