diff --git a/ScreenPlayWindow/src/MacBridge.mm b/ScreenPlayWindow/src/MacBridge.mm new file mode 100644 index 00000000..e69de29b diff --git a/ScreenPlayWindow/src/macbridge.h b/ScreenPlayWindow/src/macbridge.h new file mode 100644 index 00000000..922655aa --- /dev/null +++ b/ScreenPlayWindow/src/macbridge.h @@ -0,0 +1,4 @@ +#ifndef MACBRIDGE_H +#define MACBRIDGE_H + +#endif // MACBRIDGE_H diff --git a/ScreenPlayWindow/src/macintegration.cpp b/ScreenPlayWindow/src/macintegration.cpp new file mode 100644 index 00000000..747f58a4 --- /dev/null +++ b/ScreenPlayWindow/src/macintegration.cpp @@ -0,0 +1,6 @@ +#include "macintegration.h" + +MacIntegration::MacIntegration() +{ + +} diff --git a/ScreenPlayWindow/src/macintegration.h b/ScreenPlayWindow/src/macintegration.h new file mode 100644 index 00000000..e6ddea5e --- /dev/null +++ b/ScreenPlayWindow/src/macintegration.h @@ -0,0 +1,11 @@ +#ifndef MACINTEGRATION_H +#define MACINTEGRATION_H + + +class MacIntegration +{ +public: + MacIntegration(); +}; + +#endif // MACINTEGRATION_H \ No newline at end of file