aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/AppController.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-06-26 06:22:21 +0000
committernyamatongwe <devnull@localhost>2009-06-26 06:22:21 +0000
commit20bf88ac8226b48883f744cc702926454f142d64 (patch)
treee8a7eb028667153470731d0e51c03e6e5f6e7c1f /cocoa/ScintillaTest/AppController.h
parent2f3029c7c2344fa0d950be945dd686b7cfc617c9 (diff)
downloadscintilla-mirror-20bf88ac8226b48883f744cc702926454f142d64.tar.gz
Updated cocoa to current version from bzr.
Diffstat (limited to 'cocoa/ScintillaTest/AppController.h')
-rw-r--r--cocoa/ScintillaTest/AppController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cocoa/ScintillaTest/AppController.h b/cocoa/ScintillaTest/AppController.h
index 034755fd6..7c4f029e5 100644
--- a/cocoa/ScintillaTest/AppController.h
+++ b/cocoa/ScintillaTest/AppController.h
@@ -8,7 +8,12 @@
*/
#import <Cocoa/Cocoa.h>
+
+#define SCI_LEXER
+#define SCI_NAMESPACE
+
#import "ScintillaView.h"
+#import "InfoBar.h"
@interface AppController : NSObject {
IBOutlet NSBox *mEditHost;