mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
Add missing macOS-specific imports
This commit is contained in:
parent
af6c69b474
commit
16cfac4829
@ -12,6 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#import "cocoaPandaApp.h"
|
#import "cocoaPandaApp.h"
|
||||||
|
#include "config_cocoadisplay.h"
|
||||||
|
|
||||||
@implementation CocoaPandaApp
|
@implementation CocoaPandaApp
|
||||||
- (void) sendEvent: (NSEvent *) event {
|
- (void) sendEvent: (NSEvent *) event {
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
#include "graphicsEngine.h"
|
#include "graphicsEngine.h"
|
||||||
#include "config_display.h"
|
#include "config_display.h"
|
||||||
#include "nativeWindowHandle.h"
|
#include "nativeWindowHandle.h"
|
||||||
|
#include "mouseButton.h"
|
||||||
|
#include "throw_event.h"
|
||||||
|
|
||||||
TypeHandle SubprocessWindow::_type_handle;
|
TypeHandle SubprocessWindow::_type_handle;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user