mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 23:34:57 -04:00
cocoadisplay: Fix missing includes
This commit is contained in:
parent
5751fc6478
commit
bdb55c480b
@ -13,6 +13,7 @@
|
||||
|
||||
#import "cocoaPandaAppDelegate.h"
|
||||
#include "graphicsEngine.h"
|
||||
#include "config_cocoadisplay.h"
|
||||
|
||||
@implementation CocoaPandaAppDelegate
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
*/
|
||||
|
||||
#import "cocoaPandaWindowDelegate.h"
|
||||
#include "config_cocoadisplay.h"
|
||||
|
||||
@implementation CocoaPandaWindowDelegate
|
||||
- (id) initWithGraphicsWindow:(CocoaGraphicsWindow*)window {
|
||||
|
Loading…
x
Reference in New Issue
Block a user