Add PNG support handling in GraphicsEditor and include <cstring> in file_dialog
- Introduced conditional compilation for PNG clipboard operations in graphics_editor.cc, providing user feedback when PNG support is disabled. - Added <cstring> header in file_dialog.cc to support string manipulation functions, enhancing functionality.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <cstring>
|
||||
|
||||
namespace yaze {
|
||||
namespace core {
|
||||
|
||||
Reference in New Issue
Block a user