mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Add AppKitErrors
This commit is contained in:
parent
813aa7eefd
commit
b4676fa0b3
2 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
//
|
||||
// GNUstep GUI Library functions
|
||||
//
|
||||
#import <AppKit/AppKitErrors.h>
|
||||
#import <AppKit/NSGraphics.h>
|
||||
|
||||
#import <AppKit/NSAccessibility.h>
|
||||
|
|
|
@ -342,6 +342,7 @@ Cocoa.h
|
|||
APPKIT_HEADERS = \
|
||||
AppKit.h \
|
||||
AppKitDefines.h \
|
||||
AppKitErrors.h \
|
||||
AppKitExceptions.h \
|
||||
NSAccessibility.h \
|
||||
NSAccessibilityConstants.h \
|
||||
|
|
Loading…
Reference in a new issue