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