|
|
@@ -1,3 +1,15 @@ |
|
|
|
#include <map> |
|
|
|
#include <queue> |
|
|
|
#include <thread> |
|
|
|
|
|
|
|
#if defined ARCH_MAC |
|
|
|
// For CGAssociateMouseAndMouseCursorPosition |
|
|
|
#include <ApplicationServices/ApplicationServices.h> |
|
|
|
#endif |
|
|
|
|
|
|
|
#include <stb_image_write.h> |
|
|
|
#include <osdialog.h> |
|
|
|
|
|
|
|
#include <window.hpp> |
|
|
|
#include <asset.hpp> |
|
|
|
#include <app/Scene.hpp> |
|
|
@@ -10,18 +22,6 @@ |
|
|
|
#include <plugin.hpp> // used in Window::screenshot |
|
|
|
#include <system.hpp> // used in Window::screenshot |
|
|
|
|
|
|
|
#include <map> |
|
|
|
#include <queue> |
|
|
|
#include <thread> |
|
|
|
|
|
|
|
#if defined ARCH_MAC |
|
|
|
// For CGAssociateMouseAndMouseCursorPosition |
|
|
|
#include <ApplicationServices/ApplicationServices.h> |
|
|
|
#endif |
|
|
|
|
|
|
|
#include <osdialog.h> |
|
|
|
#include <stb_image_write.h> |
|
|
|
|
|
|
|
|
|
|
|
namespace rack { |
|
|
|
|
|
|
|