mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Create native Mac bridge files
This commit is contained in:
parent
cb10848ca6
commit
2b3c69c1c6
0
ScreenPlayWindow/src/MacBridge.mm
Normal file
0
ScreenPlayWindow/src/MacBridge.mm
Normal file
4
ScreenPlayWindow/src/macbridge.h
Normal file
4
ScreenPlayWindow/src/macbridge.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef MACBRIDGE_H
|
||||
#define MACBRIDGE_H
|
||||
|
||||
#endif // MACBRIDGE_H
|
6
ScreenPlayWindow/src/macintegration.cpp
Normal file
6
ScreenPlayWindow/src/macintegration.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "macintegration.h"
|
||||
|
||||
MacIntegration::MacIntegration()
|
||||
{
|
||||
|
||||
}
|
11
ScreenPlayWindow/src/macintegration.h
Normal file
11
ScreenPlayWindow/src/macintegration.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef MACINTEGRATION_H
|
||||
#define MACINTEGRATION_H
|
||||
|
||||
|
||||
class MacIntegration
|
||||
{
|
||||
public:
|
||||
MacIntegration();
|
||||
};
|
||||
|
||||
#endif // MACINTEGRATION_H
|
Loading…
Reference in New Issue
Block a user