aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/AppController.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-06-26 06:22:21 +0000
committernyamatongwe <unknown>2009-06-26 06:22:21 +0000
commit564453e8b3b2a3e937fff9846a4337490405f7b0 (patch)
treee8a7eb028667153470731d0e51c03e6e5f6e7c1f /cocoa/ScintillaTest/AppController.h
parent9a9f898b77d8a242d47bc0a8875898002923485f (diff)
downloadscintilla-mirror-564453e8b3b2a3e937fff9846a4337490405f7b0.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;